diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vi.c b/editors/vi.c index 9aacae439..0c0c930b9 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -53,6 +53,7 @@ | |||
53 | #include <stdio.h> | 53 | #include <stdio.h> |
54 | #include <stdlib.h> | 54 | #include <stdlib.h> |
55 | #include <string.h> | 55 | #include <string.h> |
56 | #include <strings.h> | ||
56 | #include <termios.h> | 57 | #include <termios.h> |
57 | #include <unistd.h> | 58 | #include <unistd.h> |
58 | #include <sys/ioctl.h> | 59 | #include <sys/ioctl.h> |