Commit 649209d4707f92c2728f381a25d5b208696a77ed

Guillem Jover 2014-07-19T16:11:42

build: Use stdint

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/md2.h b/include/md2.h
index 02a64fb..7832905 100644
--- a/include/md2.h
+++ b/include/md2.h
@@ -6,6 +6,8 @@
 #include <sys/cdefs.h>
 #include <sys/types.h>
 
+#include <stdint.h>
+
 #define	MD2_DIGEST_LENGTH		16
 #define	MD2_DIGEST_STRING_LENGTH	33