diff options
Diffstat (limited to 'stty.c')
-rw-r--r-- | stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,6 @@ | |||
28 | 28 | ||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "busybox.h" | ||
32 | 31 | ||
33 | #include <termios.h> | 32 | #include <termios.h> |
34 | #include <sys/ioctl.h> | 33 | #include <sys/ioctl.h> |
@@ -53,6 +52,7 @@ | |||
53 | #include <limits.h> | 52 | #include <limits.h> |
54 | #include <memory.h> | 53 | #include <memory.h> |
55 | #include <fcntl.h> | 54 | #include <fcntl.h> |
55 | #include "busybox.h" | ||
56 | 56 | ||
57 | #define STREQ(a, b) (strcmp ((a), (b)) == 0) | 57 | #define STREQ(a, b) (strcmp ((a), (b)) == 0) |
58 | 58 | ||