diff options
Diffstat (limited to 'compat_fgetln.c')
-rw-r--r-- | compat_fgetln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat_fgetln.c b/compat_fgetln.c index 667d1f76..3760ab99 100644 --- a/compat_fgetln.c +++ b/compat_fgetln.c @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_FGETLN +#if HAVE_FGETLN int dummy; |