summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-27 19:22:05 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-27 19:22:05 +0100
commit751ebb3b29367bdcfd4e1956a36fa8f8f49f15a3 (patch)
treeb54ab84be1b4ed8c3645a11bcb42fc075fb37fbd /main.c
parented2c9f7caa67dcd1c9b0331c5634d9ccdb3b9fa8 (diff)
downloadnsxiv-751ebb3b29367bdcfd4e1956a36fa8f8f49f15a3.tar.zst
Fixed issue #39: missing include of <sys/select.h>
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index d6fb6f9..bf1835c 100644
--- a/main.c
+++ b/main.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <X11/Xutil.h>