diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-08 02:16:07 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:58:32 +0200 |
commit | c8ccfedd9bfd53274800d39f58ed335db97caf1a (patch) | |
tree | 06a40ffa4f426053a9f2c2bed32d959b94cb3bc2 /examples/pk_lib.c | |
parent | 649b9f6a565bc81a120e8971afb0abe025df49a7 (diff) | |
download | cryptodev-linux-c8ccfedd9bfd53274800d39f58ed335db97caf1a.tar.gz cryptodev-linux-c8ccfedd9bfd53274800d39f58ed335db97caf1a.tar.xz cryptodev-linux-c8ccfedd9bfd53274800d39f58ed335db97caf1a.zip |
Don't assume <ncr.h> includes <stdint.h>
Diffstat (limited to 'examples/pk_lib.c')
-rw-r--r-- | examples/pk_lib.c | 1 |
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> |