diff options
Diffstat (limited to '')
-rw-r--r-- | tests/gpg/t-import.c (renamed from tests/t-import.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-import.c b/tests/gpg/t-import.c index 8054ed61..25ea20f5 100644 --- a/tests/t-import.c +++ b/tests/gpg/t-import.c @@ -25,7 +25,7 @@ #include <assert.h> #include <errno.h> -#include "../gpgme/gpgme.h" +#include <gpgme.h> #define fail_if_err(a) do { if(a) { int my_errno = errno; \ |