diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 14:45:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-04-28 14:46:59 +0200 |
commit | 1806b2669c619d2ac1aa1f8508dae7d43c0583e7 (patch) | |
tree | e4174e5a76a94f0b4966e6eb8fc8abd5c16d98b3 /lib/fips.c | |
parent | e691521822711c1f48f66d7a365bf0da3e0a4b04 (diff) | |
download | gnutls-1806b2669c619d2ac1aa1f8508dae7d43c0583e7.tar.gz |
Include the correct header for the self tests functions
Diffstat (limited to 'lib/fips.c')
-rw-r--r-- | lib/fips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fips.c b/lib/fips.c index 71f74926dc..12c1d0dd42 100644 --- a/lib/fips.c +++ b/lib/fips.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <gnutls_errors.h> #include <fips.h> +#include <gnutls/self-test.h> #include <stdio.h> #include <random.h> |