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 d879337..fc5b39a 100644 --- a/Utilities/cm_expat.h +++ b/Utilities/cm_expat.h @@ -6,9 +6,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 |