Use explicit path in #include statement (DS port specific)

svn-id: r30552
This commit is contained in:
Max Horn 2008-01-18 17:24:34 +00:00
parent 9a1e7a0c35
commit 4ba2df8792
4 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@
//#undef getc
//#undef ferror
#include "ds-fs.h"
#include "backends/fs/ds/ds-fs.h"
//void std_fprintf(FILE* handle, const char* fmt, ...); // used in common/util.cpp