diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/help.c b/toys/help.c index 6dd7fb1c..42d06a8c 100644 --- a/toys/help.c +++ b/toys/help.c @@ -6,7 +6,7 @@ */ #include "toys.h" -#include "toys/help.h" +#include "generated/help.h" #undef NEWTOY #undef OLDTOY |