diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-25 10:21:46 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-25 10:23:17 +0100 |
commit | 315451878dc42c90b65ac5a239a7b2d284728458 (patch) | |
tree | 6a36b8fa5a362357bc36e9a65f04c29ab33ad47b /tests/seccomp.c | |
parent | 21a3ece0fd13b63cf0237ea853788ba75e6001ed (diff) | |
download | gnutls-315451878dc42c90b65ac5a239a7b2d284728458.tar.gz |
tests: added basic functionality testing for system-keys in windows
Diffstat (limited to 'tests/seccomp.c')
-rw-r--r-- | tests/seccomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seccomp.c b/tests/seccomp.c index 97971e5cb5..557d71ac2d 100644 --- a/tests/seccomp.c +++ b/tests/seccomp.c @@ -19,13 +19,13 @@ #include <config.h> #include <stdio.h> +#include "utils.h" #ifdef HAVE_LIBSECCOMP #include <seccomp.h> #include <errno.h> #include <string.h> -#include "utils.h" int disable_system_calls(void) { |