diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 20:54:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 20:54:20 (GMT) |
commit | 0532cc29203d7498741966ba935045d98834bc0a (patch) | |
tree | de32eaf380faab3700fe3ec5d367e4864d0daa4b /Utilities/cmexpat | |
parent | 4a7a86e949440e6975f4c5feea8772d896a78f57 (diff) | |
download | CMake-0532cc29203d7498741966ba935045d98834bc0a.zip CMake-0532cc29203d7498741966ba935045d98834bc0a.tar.gz CMake-0532cc29203d7498741966ba935045d98834bc0a.tar.bz2 |
COMP: Try to resolve compile errors because of missing includes and wrong include path
Diffstat (limited to 'Utilities/cmexpat')
-rw-r--r-- | Utilities/cmexpat/xmlparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmexpat/xmlparse.c b/Utilities/cmexpat/xmlparse.c index 59543d3..0c84f22 100644 --- a/Utilities/cmexpat/xmlparse.c +++ b/Utilities/cmexpat/xmlparse.c @@ -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> |