aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_hexcoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_hexcoder.c')
-rw-r--r--src/util/test_hexcoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_hexcoder.c b/src/util/test_hexcoder.c
index 923652a00..e04631188 100644
--- a/src/util/test_hexcoder.c
+++ b/src/util/test_hexcoder.c
@@ -24,9 +24,9 @@
24 * @brief test for #GNUNET_DNSPARSER_hex_to_bin() and 24 * @brief test for #GNUNET_DNSPARSER_hex_to_bin() and
25 * #GNUNET_DNSPARSER_bin_to_hex() 25 * #GNUNET_DNSPARSER_bin_to_hex()
26 */ 26 */
27
27#include "platform.h" 28#include "platform.h"
28#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
29#include "gnunet_dnsparser_lib.h"
30 30
31#define TESTSTRING "Hello World!" 31#define TESTSTRING "Hello World!"
32 32