diff options
author | Rob Landley <rob@landley.net> | 2013-08-15 00:58:52 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-08-15 00:58:52 -0500 |
commit | 982c38dd65209f96434ab094950129e25b07eb58 (patch) | |
tree | 5769626e24d88e7195836cd739a8fb57ac4aaed0 /toys.h | |
parent | 415c960b22b4084057577fc371510864378354dd (diff) | |
download | toybox-982c38dd65209f96434ab094950129e25b07eb58.tar.gz |
Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.)
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ #define NEWTOY(name, opts, flags) void name##_main(void); #define OLDTOY(name, oldname, opts, flags) #include "generated/newtoys.h" +#include "generated/oldtoys.h" #include "generated/globals.h" // These live in main.c |