From: Tilman Sauerbeck Date: Mon, 12 Mar 2007 13:18:25 +0000 (+0100) Subject: Include getopt.h for getopt(). X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7409bb892aca173cb56ab56bf940b486c0281aaf;p=dana%2Fxcompmgr.git 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. --- diff --git a/xcompmgr.c b/xcompmgr.c index a142cff..84f2703 100644 --- a/xcompmgr.c +++ b/xcompmgr.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include