diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-11-21 19:27:08 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-11-21 19:27:08 +1000 |
commit | c5a86757bd8309027d50f82d8947250c8e1197e6 (patch) | |
tree | f37f1a93fea959e870833022479603cd92702ea4 /src/gfile/gfile_fs_fatfs.c | |
parent | a69849177d6e7d396ea36a8160428e327811729b (diff) | |
download | uGFX-c5a86757bd8309027d50f82d8947250c8e1197e6.tar.gz uGFX-c5a86757bd8309027d50f82d8947250c8e1197e6.tar.bz2 uGFX-c5a86757bd8309027d50f82d8947250c8e1197e6.zip |
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
Diffstat (limited to 'src/gfile/gfile_fs_fatfs.c')
-rw-r--r-- | src/gfile/gfile_fs_fatfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfile/gfile_fs_fatfs.c b/src/gfile/gfile_fs_fatfs.c index c76b0659..d486e043 100644 --- a/src/gfile/gfile_fs_fatfs.c +++ b/src/gfile/gfile_fs_fatfs.c @@ -9,7 +9,7 @@ * The FATFS file-system ********************************************************/ -#include "gfx.h" +#include "../../gfx.h" #if GFX_USE_GFILE && GFILE_NEED_FATFS |