diff options
Diffstat (limited to 'compat_getsubopt.c')
-rw-r--r-- | compat_getsubopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat_getsubopt.c b/compat_getsubopt.c index 3b22e262..3a4a7d4a 100644 --- a/compat_getsubopt.c +++ b/compat_getsubopt.c @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_GETSUBOPT +#if HAVE_GETSUBOPT int dummy; |