diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-12-02 16:05:19 +0100 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-12-02 16:05:19 +0100 |
| commit | 5e1bd25811ad476fee2cba5ec3ce83d20c74baf6 (patch) | |
| tree | 52ad77129949b505731d2f7ec3e06fdfd107411b /lib | |
| parent | 87e5a1d6a40de880a85eefb4fb6479ff4238860d (diff) | |
| download | ncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.tar.gz ncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.tar.xz ncrypto-5e1bd25811ad476fee2cba5ec3ce83d20c74baf6.zip | |
Add missing #include
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ncrypto_local.c | 1 |
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> |
