From 8954969a70ccc4c7aee5a2a4063e14ab36edfde1 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 3 Oct 2024 06:33:30 +0000 Subject: [PATCH] fix include git-svn-id: file:///raid/svn-personal/tewi/trunk@243 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/strptime.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/strptime.c b/Server/strptime.c index 38b8e7c..e89f5fa 100644 --- a/Server/strptime.c +++ b/Server/strptime.c @@ -41,7 +41,10 @@ #include #include #include + +#ifdef __WATCOMC__ #include +#endif static const unsigned char *conv_num(const unsigned char *, int *, unsigned int, unsigned int); static const unsigned char *find_string(const unsigned char *, int *, const char * const *, const char * const *, int); -- 2.45.2