From 055cfcbe5b0534c700b30216f54336b7581f7be4 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 Jan 2007 20:20:06 -0500 Subject: Add start of mke2fs/gene2fs, and some other stuff I've been working on. --- toys.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toys.h') diff --git a/toys.h b/toys.h index 7a01c2ab..27647c93 100644 --- a/toys.h +++ b/toys.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -25,6 +26,7 @@ #include #include "lib/lib.h" +#include "lib/portability.h" #include "gen_config.h" #include "toys/toylist.h" @@ -46,4 +48,4 @@ extern struct toy_context { // One big temporary buffer, for use by applets (not library functions). -char toybuf[4096]; +extern char toybuf[4096]; -- cgit v1.2.3