Include getopt.h for getopt().
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 12 Mar 2007 13:18:25 +0000 (14:18 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 12 Mar 2007 13:18:25 +0000 (14:18 +0100)
I think this should be portable. If it isn't, please yell at me and
I'll add the necessary autoconf magic.

xcompmgr.c

index a142cff..84f2703 100644 (file)
@@ -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>