summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-06-02 14:42:02 +0000
committerMoritz Schulte <mo@g10code.com>2003-06-02 14:42:02 +0000
commit73a69a5e6680935b3f33c2ef5bacca0e35ae67de (patch)
tree6bca6e57b30a7602aef6d6b70acd60fe3491dc67 /tests
parent0d49e2656afb65311caf3d25d07473d917db8677 (diff)
downloadlibgpg-error-73a69a5e6680935b3f33c2ef5bacca0e35ae67de.tar.gz
2003-06-02 Moritz Schulte <moritz@g10code.com>
* tests/t-strerror.c: Include <gpg-error.h> instead of <gpg/error.h>.
Diffstat (limited to 'tests')
-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[])