From d3301180f53714fb1bda0856ccfe5db15d0c0260 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 3 Jan 2001 18:41:45 -0500 Subject: [svn-r3234] Purpose: a bug fix Description: without explicitly including stdio.h in this file, it will fail in compiling at the first time of building up the library. It needs to be recompiled separetely. Now it can work. The real reason is to be investigated. Solution: adding include for win32. Platforms tested: win 2000 --- test/tvlstr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tvlstr.c b/test/tvlstr.c index b41b82f..ee3867c 100644 --- a/test/tvlstr.c +++ b/test/tvlstr.c @@ -24,6 +24,10 @@ static char RcsId[] = "$Revision$"; * *************************************************************/ +#ifdef WIN32 +#include +#endif + #include #include -- cgit v0.12