# HG changeset patch # User Space Falcon # Date 1429989947 0 # Node ID 80959c73a21b25273528ad68c643737082931046 # Parent 6c5d3fecbc678ed9ae1969f8460c8fe3443f6ecb gdi: ffs_coat.c compiles diff -r 6c5d3fecbc67 -r 80959c73a21b gsm-fw/g23m-glue/gdi/Makefile --- a/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:21:20 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:25:47 2015 +0000 @@ -6,7 +6,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= audio.o +OBJS= audio.o ffs_coat.o all: libgdi.a diff -r 6c5d3fecbc67 -r 80959c73a21b gsm-fw/g23m-glue/gdi/ffs_coat.c --- a/gsm-fw/g23m-glue/gdi/ffs_coat.c Sat Apr 25 19:21:20 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/ffs_coat.c Sat Apr 25 19:25:47 2015 +0000 @@ -27,7 +27,7 @@ #include "pconst.cdg" #include "prim.h" #include "vsi.h" -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #include "ffs_coat.h" @@ -844,4 +844,3 @@ #endif /* 1|0 */ #endif -