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