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:
parent
3f8a32b083
commit
7409bb892a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue