include errno.h
This commit is contained in:
parent
156cb68b3c
commit
54792c3914
|
@ -28,6 +28,8 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#define strtoull strtoul /*XXX*/
|
||||
#else
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
#define strtonum_failed(src, ptr) \
|
||||
|
|
Loading…
Reference in New Issue