From 92923495a84f5ad04aa8120fbdfd9bdf27eec0d8 Mon Sep 17 00:00:00 2001 From: algernon Date: Thu, 25 Apr 2002 13:22:34 +0000 Subject: 2002-04-25 Gergely Nagy * src/actions.c: include include setenv implementation if HAVE_SETENV is not set, OR setenv is not defined (removes a compiler warning on AIX) * src/events.c: include * src/getopt.c: include --- src/getopt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/getopt.c') diff --git a/src/getopt.c b/src/getopt.c index 10d8b4e..b81fc0d 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -35,6 +35,8 @@ #include #endif +#include + #ifndef HAVE_GETOPT_LONG #if !defined (__STDC__) || !__STDC__ -- cgit v1.2.3