aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2003-06-02 14:42:02 +0000
committerMoritz Schulte <[email protected]>2003-06-02 14:42:02 +0000
commit73a69a5e6680935b3f33c2ef5bacca0e35ae67de (patch)
tree6bca6e57b30a7602aef6d6b70acd60fe3491dc67
parentFix wrong error code. (diff)
downloadlibgpg-error-73a69a5e6680935b3f33c2ef5bacca0e35ae67de.tar.gz
libgpg-error-73a69a5e6680935b3f33c2ef5bacca0e35ae67de.zip
2003-06-02 Moritz Schulte <[email protected]>
* tests/t-strerror.c: Include <gpg-error.h> instead of <gpg/error.h>.
-rw-r--r--tests/t-strerror.c2
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[])