diff options
Diffstat (limited to 'Utilities/cm_expat.h')
-rw-r--r-- | Utilities/cm_expat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cm_expat.h b/Utilities/cm_expat.h index d35e106..c6c6683 100644 --- a/Utilities/cm_expat.h +++ b/Utilities/cm_expat.h @@ -15,9 +15,9 @@ /* Use the expat library configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_EXPAT -# include <expat.h> +#include <expat.h> #else -# include <cmexpat/lib/expat.h> +#include <cmexpat/lib/expat.h> #endif #endif |