ENH: add some includes for borland 6

This commit is contained in:
Bill Hoffman 2003-05-23 16:40:55 -04:00
parent 44e3bbce96
commit 5945a5a448
4 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,7 @@
# include "curl/curl.h"
#endif
#include <stdlib.h> // required for atoi
#include <stdio.h>
#include <time.h>
#include <math.h>

View File

@ -29,7 +29,7 @@
#include "cmVariableWatch.h"
#include "cmake.h"
#include <stdio.h> // required for sprintf
#include <stdlib.h> // required for atoi
// default is not to be building executables
cmMakefile::cmMakefile()
{

View File

@ -15,7 +15,7 @@
=========================================================================*/
#include "cmStringCommand.h"
#include <stdlib.h> // required for atoi
//----------------------------------------------------------------------------
bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
{

View File

@ -36,6 +36,7 @@
#endif
#include <stdio.h>
#include <stdlib.h> // required for atoi
#ifdef __APPLE__
#include <sys/types.h>