summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/tests
diff options
context:
space:
mode:
authorHarald Welte2010-02-20 22:08:33 +0100
committerHarald Welte2010-02-20 22:08:33 +0100
commitfb29236bf45b3794742d50227ef0ffca75e29ac3 (patch)
tree0c6cf8995d88b42dae5c1829659474d53d891409 /src/shared/libosmocore/tests
parentAdd 'src/shared/libosmocore/' from commit '3cae0398eaef6045de883849a236c38d17... (diff)
parentfix config.h directory (diff)
downloadosmocom-fb29236bf45b3794742d50227ef0ffca75e29ac3.tar.gz
osmocom-fb29236bf45b3794742d50227ef0ffca75e29ac3.tar.xz
osmocom-fb29236bf45b3794742d50227ef0ffca75e29ac3.zip
Merge commit 'e94ad58e8e9515c4e5bddbb64f7333cacb26353e' into subtree-test1
Diffstat (limited to 'src/shared/libosmocore/tests')
-rw-r--r--src/shared/libosmocore/tests/timer/timer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/libosmocore/tests/timer/timer_test.c b/src/shared/libosmocore/tests/timer/timer_test.c
index f1b4ad7..3b44155 100644
--- a/src/shared/libosmocore/tests/timer/timer_test.c
+++ b/src/shared/libosmocore/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);