diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-11 13:52:11 +0000 |
commit | 8887824292e9d5657b157067531c1b8b207ab03a (patch) | |
tree | a91dcf05de9199373c2ad8a9e054f3801918ca91 /Source/charon/testcases/parser_test.h | |
parent | b85d20d117ec19eaaef9fdab7f078b89ea2de242 (diff) | |
download | strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.bz2 strongswan-8887824292e9d5657b157067531c1b8b207ab03a.tar.xz |
- logger in utils
- allocator in utils
- tests.c -> testcases/testcases.c
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index 055fd38f6..dc952ef87 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -22,7 +22,7 @@ #ifndef PARSER_TEST_H_ #define PARSER_TEST_H_ -#include "../tester.h" +#include "../utils/tester.h" void test_parser_with_header_payload(tester_t *tester); |