summaryrefslogtreecommitdiffstats
path: root/examples/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hmac.c')
-rw-r--r--examples/hmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hmac.c b/examples/hmac.c
index 9757f90..c54d741 100644
--- a/examples/hmac.c
+++ b/examples/hmac.c
@@ -4,6 +4,7 @@
* Placed under public domain.
*
*/
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>