borland: the strtol is found in <stdlib.h>
This commit is contained in:
parent
6f40ed9796
commit
f33675288e
|
@ -30,7 +30,7 @@
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
|
|
||||||
#include <cstdlib> // <- strtoul
|
#include <stdlib.h> // <- strtoul
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue