about summary refs log tree commit diff
path: root/src/libutil/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/sha1.h')
-rw-r--r--src/libutil/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/sha1.h b/src/libutil/sha1.h
index 012893bd3b94..5594f65b5f60 100644
--- a/src/libutil/sha1.h
+++ b/src/libutil/sha1.h
@@ -1,7 +1,7 @@
 #ifndef _SHA_H
 #define _SHA_H
 
-#include <stdint.h>
+#include <inttypes.h>
 
 /* The SHA block size and message digest sizes, in bytes */