summaryrefslogtreecommitdiffstats
path: root/examples/pk_lib.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-08 02:16:07 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-23 20:01:59 +0200
commitaac00a3bf423f77344f62d129ef0050fea711756 (patch)
tree1000d173d640f9c8299f0b9a72013968ea59c4c8 /examples/pk_lib.c
parent68e12500e358cf12aefdf114ee80809af5f86e2f (diff)
downloadcryptodev-linux-aac00a3bf423f77344f62d129ef0050fea711756.tar.gz
cryptodev-linux-aac00a3bf423f77344f62d129ef0050fea711756.tar.xz
cryptodev-linux-aac00a3bf423f77344f62d129ef0050fea711756.zip
Don't assume <ncr.h> includes <stdint.h>
Diffstat (limited to 'examples/pk_lib.c')
-rw-r--r--examples/pk_lib.c1
1 files changed, 1 insertions, 0 deletions
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>