ENH: add some includes for borland 6
This commit is contained in:
parent
44e3bbce96
commit
5945a5a448
|
@ -24,6 +24,7 @@
|
|||
# include "curl/curl.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h> // required for atoi
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
=========================================================================*/
|
||||
#include "cmStringCommand.h"
|
||||
|
||||
#include <stdlib.h> // required for atoi
|
||||
//----------------------------------------------------------------------------
|
||||
bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // required for atoi
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue