aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-30 18:11:29 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-30 18:29:12 +0200
commitcfc78ffdf06d96c43272ba42cecf75f00126d2a5 (patch)
tree59af73090b68eb23cdfb5707291f055ef02cf253 /degesch.c
parent637a3d2bf7c67e83f3d54c56aea047fd28f8831f (diff)
downloadxK-cfc78ffdf06d96c43272ba42cecf75f00126d2a5.tar.gz
xK-cfc78ffdf06d96c43272ba42cecf75f00126d2a5.tar.xz
xK-cfc78ffdf06d96c43272ba42cecf75f00126d2a5.zip
Fix OpenBSD build
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index 4f51039..ac14042 100644
--- a/degesch.c
+++ b/degesch.c
@@ -59,7 +59,7 @@ enum
#include <wchar.h>
#include <termios.h>
-#ifndef TIOCGWINSZ
+#ifdef TIOCGWINSZ
#include <sys/ioctl.h>
#endif // ! TIOCGWINSZ