fix compiling error

This commit is contained in:
Bernard Xiong
2013-06-23 07:53:19 +08:00
parent 98c8a23e94
commit 88c9bc2d64
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,8 @@
extern "C" {
#endif
#define NO_WORKING_DIR "system does not support working directory\n"
char *dfs_normalize_path(const char *directory, const char *filename);
const char *dfs_subdir(const char *directory, const char *filename);