From: Nishi Date: Thu, 3 Oct 2024 06:33:30 +0000 (+0000) Subject: fix include X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=8954969a70ccc4c7aee5a2a4063e14ab36edfde1;p=tewi.git fix include git-svn-id: file:///raid/svn-personal/tewi/trunk@243 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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);