summaryrefslogtreecommitdiff
path: root/src/test/testparseall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testparseall.c')
-rw-r--r--src/test/testparseall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/testparseall.c b/src/test/testparseall.c
index 0ea18a4..9528b4e 100644
--- a/src/test/testparseall.c
+++ b/src/test/testparseall.c
@@ -1,8 +1,8 @@
#include "parser.h"
+#include "utils.h"
+
#include <stdio.h> // printf, perror
-#include <unistd.h> // TODO : remove chdir() call
-#define MAX_PATH_LEN 64
struct test_ini_file {
enum ini_type type;