Solaris changes:
use cstdlib not stdlib.h
This commit is contained in:
parent
1421eb3867
commit
3aeca79dd1
3 changed files with 5 additions and 1 deletions
|
|
@ -58,6 +58,9 @@ clean:
|
|||
fi \
|
||||
done)
|
||||
$(RM) *.o *~ $(CONV_LIB) .depends
|
||||
(if test -d SunWS_cache ; then \
|
||||
$(RM) -rf SunWS_cache ; \
|
||||
fi )
|
||||
|
||||
CKParser.o: CKParser.cpp
|
||||
@CXX@ -c CKParser.cpp $(CXX_FLAGS) $(CXX_INCLUDES) -O0
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
//#include "ctml.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue