include errno.h

This commit is contained in:
Doug MacEachern 2007-03-11 22:23:11 +00:00
parent 156cb68b3c
commit 54792c3914
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#ifdef WIN32 #ifdef WIN32
#define strtoull strtoul /*XXX*/ #define strtoull strtoul /*XXX*/
#else
#include <errno.h>
#endif #endif
#define strtonum_failed(src, ptr) \ #define strtonum_failed(src, ptr) \