Skip to content
Snippets Groups Projects
Commit 3b6befcd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

tools/mkfsdata.pl was still generating the old-style apps/include inclusion paths

parent 31b777a9
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ opendir(DIR, ".");
@files = grep { !/^\./ && !/(CVS|~)/ } readdir(DIR);
closedir(DIR);
print(OUTPUT "#include <apps/netutils/httpd.h>\n\n");
print(OUTPUT "#include \"netutils/httpd.h\"\n\n");
print(OUTPUT "#ifndef NULL\n#define NULL 0\n#endif\n\n");
foreach $file (@files) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment