summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2007-03-12 14:18:25 +0100
committerTilman Sauerbeck <tilman@code-monkey.de>2007-03-12 14:18:25 +0100
commit7409bb892aca173cb56ab56bf940b486c0281aaf (patch)
treeb34511d679a78f4a85cc87bb5eb53dbc9f9d2ee8
parent3f8a32b0837a3b8da04d5e90d9d62e870e6e946d (diff)
Include getopt.h for getopt().
I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic.
-rw-r--r--xcompmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xcompmgr.c b/xcompmgr.c
index a142cff..84f2703 100644
--- a/xcompmgr.c
+++ b/xcompmgr.c
@@ -36,6 +36,7 @@
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
+#include <getopt.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>