COMP: Try to resolve compile errors because of missing includes and wrong include path

This commit is contained in:
Andy Cedilnik 2005-01-18 15:54:20 -05:00
parent 4a7a86e949
commit 0532cc2920
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include "cmXMLParser.h"
#include <cmexpat/expat.h>
#include <ctype.h>
//----------------------------------------------------------------------------
cmXMLParser::cmXMLParser()

View File

@ -4,7 +4,7 @@ See the file COPYING for copying permission.
*/
#include <cmexpat/expatConfig.h>
#include "expat.h"
#include <cmexpat/expat.h>
#include <stddef.h>
#include <string.h>