aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-29 04:45:22 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-29 04:45:22 +0000
commit5667474e6600a9b953af2b9d3625ffef57b54f7c (patch)
tree16ab7a566e93a0cf05600a9727794a3eaf881d6c /scripts
parente43023719a9a58055c3c0eae0160d2988446844f (diff)
downloadbusybox-w32-5667474e6600a9b953af2b9d3625ffef57b54f7c.tar.gz
busybox-w32-5667474e6600a9b953af2b9d3625ffef57b54f7c.tar.bz2
busybox-w32-5667474e6600a9b953af2b9d3625ffef57b54f7c.zip
termios.h is already included so dont include sys/termios.h as well
git-svn-id: svn://busybox.net/trunk/busybox@14965 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config/mconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c
index 1b21575ad..74afb65a0 100644
--- a/scripts/config/mconf.c
+++ b/scripts/config/mconf.c
@@ -11,7 +11,6 @@
11 11
12#include <sys/ioctl.h> 12#include <sys/ioctl.h>
13#include <sys/wait.h> 13#include <sys/wait.h>
14#include <sys/termios.h>
15#include <ctype.h> 14#include <ctype.h>
16#include <errno.h> 15#include <errno.h>
17#include <fcntl.h> 16#include <fcntl.h>