From d398ecab9d6e42b1091d214df50bf938030d11a2 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 24 Nov 2006 15:38:03 +0000 Subject: hunt down improper include <>, make mkswap output 4Gb+ friendly --- shell/bbsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/bbsh.c') diff --git a/shell/bbsh.c b/shell/bbsh.c index 791983a..99e4f61 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c @@ -36,7 +36,7 @@ echo `echo hello#comment " woot` and more */ -#include +#include "busybox.h" // A single executable, its arguments, and other information we know about it. #define BBSH_FLAG_EXIT 1 -- cgit v1.1