summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte2010-02-20 22:06:24 +0100
committerHarald Welte2010-02-20 22:06:24 +0100
commite94ad58e8e9515c4e5bddbb64f7333cacb26353e (patch)
tree79d2b0d31c79a857fd0bb49f2dbe760b05b7242c /tests
parentadd missing automake / autoconf files (diff)
downloadlibosmocore-e94ad58e8e9515c4e5bddbb64f7333cacb26353e.tar.gz
libosmocore-e94ad58e8e9515c4e5bddbb64f7333cacb26353e.tar.xz
libosmocore-e94ad58e8e9515c4e5bddbb64f7333cacb26353e.zip
fix config.h directory
Diffstat (limited to 'tests')
-rw-r--r--tests/timer/timer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c
index f1b4ad7..3b44155 100644
--- a/tests/timer/timer_test.c
+++ b/tests/timer/timer_test.c
@@ -23,7 +23,7 @@
#include <osmocore/timer.h>
#include <osmocore/select.h>
-#include "../config.h"
+#include "../../config.h"
static void timer_fired(unsigned long data);