diff options
Diffstat (limited to 'Tests/FindGnuTLS/Test/main.c')
-rw-r--r-- | Tests/FindGnuTLS/Test/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/FindGnuTLS/Test/main.c b/Tests/FindGnuTLS/Test/main.c index 122fb2d..1105358 100644 --- a/Tests/FindGnuTLS/Test/main.c +++ b/Tests/FindGnuTLS/Test/main.c @@ -1,9 +1,8 @@ #include <assert.h> +#include <gnutls/gnutls.h> #include <stdio.h> #include <string.h> -#include <gnutls/gnutls.h> - int main() { // test the linker |