Solaris changes:

use cstdlib not stdlib.h
This commit is contained in:
Harry Moffat 2006-04-30 22:00:53 +00:00
parent 1421eb3867
commit 3aeca79dd1
3 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -11,6 +11,7 @@
#include <iostream>
#include <string>
#include <ctype.h>
#include "../config.h"

View file

@ -3,7 +3,7 @@
#include <iostream>
#include <string>
#include <stdlib.h>
#include <cstdlib>
//#include "ctml.h"