From 98090c7c5f5040053f413ea7d0f4ea178144423d Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 24 Nov 2006 15:38:03 +0000 Subject: hunt down improper include <>, make mkswap output 4Gb+ friendly git-svn-id: svn://busybox.net/trunk/busybox@16658 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/bbsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/bbsh.c b/shell/bbsh.c index 791983a3a..99e4f61fb 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.2.3-55-g6feb