aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 18:21:14 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-22 18:26:36 +0100
commit28dcbc5ee57d568c9037a202944303629446612e (patch)
tree4bbb325c3e6e9e5d5a549d222fd83f93f983cd93 /openbsc/tests
parentc5faf66b8292cc581107bf495df8eaae26a47758 (diff)
misc: Remove gsm_subscriber.h from the db.h file
Reduce the dependencies on the header files.
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/db/db_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/tests/db/db_test.c b/openbsc/tests/db/db_test.c
index f168acb64..c14dd664d 100644
--- a/openbsc/tests/db/db_test.c
+++ b/openbsc/tests/db/db_test.c
@@ -19,6 +19,7 @@
*/
#include <openbsc/db.h>
+#include <openbsc/gsm_subscriber.h>
#include <stdio.h>
#include <string.h>