aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 22:58:42 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 22:58:54 -0700
commitcb65c81b4b3d3653122292d6a889dda2b3ec1ef0 (patch)
tree27d9640dcfb0f1915a14e129b8b9be66e3f31f58 /tests
parentdb3984b609153ff213233f1a78c8895fdb525350 (diff)
test-expand.c uses functions that are now in util.c
Diffstat (limited to 'tests')
-rw-r--r--tests/test-expand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-expand.c b/tests/test-expand.c
index 06e1619..bc72ecc 100644
--- a/tests/test-expand.c
+++ b/tests/test-expand.c
@@ -23,6 +23,7 @@
#include <signal.h>
#include <src/uzbl-core.h>
+#include <src/util.h>
#include <src/config.h>
extern UzblCore uzbl;