aboutsummaryrefslogtreecommitdiffstats
path: root/siphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'siphash.h')
-rw-r--r--siphash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/siphash.h b/siphash.h
index 2a06f32371..8f56b99d55 100644
--- a/siphash.h
+++ b/siphash.h
@@ -2,7 +2,9 @@
#define SIPHASH_H 1
#include <stdlib.h>
#include <stdint.h>
+#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
+#endif
#ifndef HAVE_UINT64_T
typedef struct {