aboutsummaryrefslogtreecommitdiff
path: root/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'stty.c')
-rw-r--r--stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stty.c b/stty.c
index 4a5aecf1d..10e28254d 100644
--- a/stty.c
+++ b/stty.c
@@ -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