From acd32889f49328cccfdb4be351141a098ef2ae5c Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 5 Dec 1999 21:22:45 +0000 Subject: expose enough of the legacy fdio interface to compile rpmfind/rpm2html. CVS patchset: 3457 CVS date: 1999/12/05 21:22:45 --- misc/err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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 -- cgit v1.2.3