chiark / gitweb /
basic: include only what we use
[elogind.git] / src / basic / siphash24.h
index ba4f7d01b65c3e115b2198cdf006bcc51a235a1b..3f7e20362b2ac6c837d1517ca7cf93e5fa9d264f 100644 (file)
@@ -1,6 +1,8 @@
 #pragma once
 
 #include <inttypes.h>
+#include <stddef.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 struct siphash {