diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/err.c b/misc/err.c index e5f181ad3..fa2359469 100644 --- a/misc/err.c +++ b/misc/err.c @@ -19,7 +19,7 @@ #include "system.h" -#ifdef HAVE_LIBIO +#ifdef HAVE_LIBIO_H #define flockfile(s) _IO_flockfile (s) #define funlockfile(s) _IO_funlockfile (s) #else |