summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/ncr_lib.c1
-rw-r--r--examples/pk_lib.c1
-rw-r--r--userspace/ncrypto_generate_params.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/ncr_lib.c b/examples/ncr_lib.c
index b83be3b..29a7fbe 100644
--- a/examples/ncr_lib.c
+++ b/examples/ncr_lib.c
@@ -4,6 +4,7 @@
* Placed under public domain.
*
*/
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
diff --git a/examples/pk_lib.c b/examples/pk_lib.c
index f30a488..b184b78 100644
--- a/examples/pk_lib.c
+++ b/examples/pk_lib.c
@@ -4,6 +4,7 @@
* Placed under public domain.
*
*/
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
diff --git a/userspace/ncrypto_generate_params.c b/userspace/ncrypto_generate_params.c
index 9dd901d..1034a9c 100644
--- a/userspace/ncrypto_generate_params.c
+++ b/userspace/ncrypto_generate_params.c
@@ -1,4 +1,5 @@
#include <limits.h>
+#include <stdint.h>
#include <sys/types.h>
#include <stdlib.h>
#include <errno.h>