summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/err.c2
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