summaryrefslogtreecommitdiffstats
path: root/regress/unittests/misc/test_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/misc/test_expand.c')
-rw-r--r--regress/unittests/misc/test_expand.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/misc/test_expand.c b/regress/unittests/misc/test_expand.c
index 2a5e1bf1..3cfe0e71 100644
--- a/regress/unittests/misc/test_expand.c
+++ b/regress/unittests/misc/test_expand.c
@@ -5,6 +5,8 @@
* Placed in the public domain.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <sys/param.h>
#include <stdio.h>
@@ -12,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
-#include "test_helper.h"
+#include "../test_helper/test_helper.h"
#include "log.h"
#include "misc.h"