diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-03-12 14:18:25 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2007-03-12 14:18:25 +0100 |
commit | 7409bb892aca173cb56ab56bf940b486c0281aaf (patch) | |
tree | b34511d679a78f4a85cc87bb5eb53dbc9f9d2ee8 | |
parent | Added .gitignore. (diff) | |
download | xcman-7409bb892aca173cb56ab56bf940b486c0281aaf.tar.gz xcman-7409bb892aca173cb56ab56bf940b486c0281aaf.tar.bz2 xcman-7409bb892aca173cb56ab56bf940b486c0281aaf.tar.xz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |