Changeset 243 in Main for trunk/Server


Ignore:
Timestamp:
Oct 3, 2024, 3:33:30 PM (6 weeks ago)
Author:
Nishi
Message:

fix include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/strptime.c

    r242 r243  
    4242#include <time.h>
    4343#include <stdint.h>
     44
     45#ifdef __WATCOMC__
    4446#include <strings.h>
     47#endif
    4548
    4649static const unsigned char *conv_num(const unsigned char *, int *, unsigned int, unsigned int);
Note: See TracChangeset for help on using the changeset viewer.