diff options
-rw-r--r-- | tests/t-strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-strerror.c b/tests/t-strerror.c index 499dd0a..6e3aeba 100644 --- a/tests/t-strerror.c +++ b/tests/t-strerror.c @@ -27,7 +27,7 @@ #include <stdlib.h> #endif -#include <gpg/error.h> +#include <gpg-error.h> int main (int argc, char *argv[]) |