aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author[email protected] <unknown>2006-07-21 18:34:10 +0200
committer[email protected] <unknown>2006-07-21 18:34:10 +0200
commit0464e42231199d7a6ea45e46cf7798f2b6cf972c (patch)
treea9fbd46c88b1f689572fdb3f93f0524e8ee23099 /main.c
parentsimplified main.c, switching back to single urxvt usage (diff)
downloadseiwm-0464e42231199d7a6ea45e46cf7798f2b6cf972c.tar.xz
seiwm-0464e42231199d7a6ea45e46cf7798f2b6cf972c.zip
some cleanups/fixes inspired by Jukka Salmi's feedback
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index db36536..dffa4ba 100644
--- a/main.c
+++ b/main.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <sys/select.h>
#include <X11/cursorfont.h>
#include <X11/Xatom.h>
#include <X11/Xproto.h>
@@ -163,7 +164,7 @@ xerror(Display *dpy, XErrorEvent *ee)
int
main(int argc, char *argv[])
{
- int i, n;
+ int i;
unsigned int mask;
fd_set rd;
Bool readin = True;