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.
This commit is contained in:
Tilman Sauerbeck 2007-03-12 14:18:25 +01:00
parent 3f8a32b083
commit 7409bb892a
1 changed files with 1 additions and 0 deletions

View 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>