Browse Source

Define in_addr_t in windows if required

nfactor-troky
Kano 13 years ago
parent
commit
dab9b7e477
  1. 4
      api.c

4
api.c

@ -125,6 +125,10 @@ @@ -125,6 +125,10 @@
#ifndef SHUT_RDWR
#define SHUT_RDWR SD_BOTH
#endif
#ifndef in_addr_t
#define in_addr_t uint32_t
#endif
#endif
// Big enough for largest API request

Loading…
Cancel
Save