From 7409bb892aca173cb56ab56bf940b486c0281aaf Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 12 Mar 2007 14:18:25 +0100 Subject: [PATCH] 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. --- xcompmgr.c | 1 + 1 file changed, 1 insertion(+) 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