diff options
Diffstat (limited to 'Utilities/cmexpat/lib/siphash.h')
-rw-r--r-- | Utilities/cmexpat/lib/siphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmexpat/lib/siphash.h b/Utilities/cmexpat/lib/siphash.h index 95f78f8..a335ec0 100644 --- a/Utilities/cmexpat/lib/siphash.h +++ b/Utilities/cmexpat/lib/siphash.h @@ -97,7 +97,7 @@ #include <stddef.h> /* size_t */ -#include <cm_kwiml.h> +#include <cm3p/kwiml/int.h> #ifndef KWIML_INT_HAVE_UINT64_T # define uint64_t KWIML_INT_uint64_t |