borland: the strtol is found in <stdlib.h>

This commit is contained in:
Daniel Marjamäki 2009-01-23 21:08:51 +00:00
parent 6f40ed9796
commit f33675288e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <cstring> #include <cstring>
#include <cstdlib> // <- strtoul #include <stdlib.h> // <- strtoul
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------