From 0c06f09d6da99a6f4e9a8fb014dc1b996fd6ef96 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 9 Dec 2015 12:48:02 +0100 Subject: [PATCH] makefsdata.c: Adapt to new header include location --- src/apps/httpd/makefsdata/makefsdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/httpd/makefsdata/makefsdata.c b/src/apps/httpd/makefsdata/makefsdata.c index 383c50d1..03c842e9 100644 --- a/src/apps/httpd/makefsdata/makefsdata.c +++ b/src/apps/httpd/makefsdata/makefsdata.c @@ -225,7 +225,7 @@ int main(int argc, char *argv[]) CHDIR(path); - fprintf(data_file, "#include \"fs.h\"" NEWLINE); + fprintf(data_file, "#include \"lwip/apps/fs.h\"" NEWLINE); fprintf(data_file, "#include \"lwip/def.h\"" NEWLINE); fprintf(data_file, "#include \"fsdata.h\"" NEWLINE NEWLINE NEWLINE);