summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utilities/cm_expat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cm_expat.h b/Utilities/cm_expat.h
index f361541d00..d35e10650e 100644
--- a/Utilities/cm_expat.h
+++ b/Utilities/cm_expat.h
@@ -17,7 +17,7 @@
#ifdef CMAKE_USE_SYSTEM_EXPAT
# include <expat.h>
#else
-# include <cmexpat/expat.h>
+# include <cmexpat/lib/expat.h>
#endif
#endif