aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-08-15 00:58:52 -0500
committerRob Landley <rob@landley.net>2013-08-15 00:58:52 -0500
commit982c38dd65209f96434ab094950129e25b07eb58 (patch)
tree5769626e24d88e7195836cd739a8fb57ac4aaed0 /toys.h
parent415c960b22b4084057577fc371510864378354dd (diff)
downloadtoybox-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 019c1b55..2ce1d0ad 100644
--- a/toys.h
+++ b/toys.h
@@ -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