summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index cf6850c20d1..189fe583edd 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -220,7 +220,7 @@ static int baud_convert[] =
};
#endif
-#ifdef HAVE_TERMIOS_H
+#ifdef HAVE_TERMIOS
# include <termios.h>
extern speed_t ospeed;
#else