summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-12-02 16:05:19 +0100
committerMiloslav Trmač <mitr@redhat.com>2010-12-02 16:05:19 +0100
commit5e1bd25811ad476fee2cba5ec3ce83d20c74baf6 (patch)
tree52ad77129949b505731d2f7ec3e06fdfd107411b
parent87e5a1d6a40de880a85eefb4fb6479ff4238860d (diff)
downloadncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.tar.gz
ncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.tar.xz
ncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.zip
Add missing #include
-rw-r--r--lib/ncrypto_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ncrypto_local.c b/lib/ncrypto_local.c
index 07823e3..eefdc68 100644
--- a/lib/ncrypto_local.c
+++ b/lib/ncrypto_local.c
@@ -28,6 +28,7 @@ Red Hat author: Miloslav Trmač <mitr@redhat.com> */
#include <stdbool.h>
#include <stdint.h>
+#include <stdlib.h>
#include <string.h>
#include <glib.h>