From 4b541a8817425457a97a7033d3a0e0495d9948aa Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Wed, 25 Apr 2001 17:10:30 +0000 Subject: Moved some #ifdefs down below #include "busybox.h" where they belong. --- sh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh.c') diff --git a/sh.c b/sh.c index 892237b..1d12835 100644 --- a/sh.c +++ b/sh.c @@ -64,6 +64,8 @@ #include #include #include +#include "busybox.h" +#include "cmdedit.h" #ifdef BB_LOCALE_SUPPORT #include @@ -79,8 +81,6 @@ #include #define expand_t glob_t #endif -#include "busybox.h" -#include "cmdedit.h" static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ -- cgit v1.1