From c22fcbc172a3687bfa792bfa90bd57792beb3efc Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 28 Oct 2008 22:44:19 +0200 Subject: [PATCH] Missing include --- src/extras/getopt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extras/getopt.c b/src/extras/getopt.c index baf200960c..38e8f69175 100644 --- a/src/extras/getopt.c +++ b/src/extras/getopt.c @@ -33,6 +33,7 @@ #ifdef HAVE_CONFIG_H #include #endif +#include #if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems -- 2.39.2