summaryrefslogtreecommitdiffstats
path: root/termios.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios.c')
-rw-r--r--termios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/termios.c b/termios.c
index ce2ed01a..f4d69a82 100644
--- a/termios.c
+++ b/termios.c
@@ -33,9 +33,9 @@
#include <wchar.h>
#include <signal.h>
#include <errno.h>
-#include "config.h"
#include <termios.h>
-#include ALLOCA_H
+#include "config.h"
+#include "alloca.h"
#include "lib.h"
#include "gc.h"
#include "args.h"