From a3b73b50ce35cf0f7091eb03c491c74a5b79a3f1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 29 May 2003 10:02:10 +0000 Subject: [PATCH] Fix includes for EBCDIC --- libraries/liblber/stdio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/liblber/stdio.c b/libraries/liblber/stdio.c index eaa8348d98..d652439fbd 100644 --- a/libraries/liblber/stdio.c +++ b/libraries/liblber/stdio.c @@ -9,6 +9,8 @@ #include #include #include +#include +#include #if !defined(HAVE_VSNPRINTF) && !defined(HAVE_EBCDIC) /* Write at most n characters to the buffer in str, return the -- 2.39.5