aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-12 21:33:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-12 21:33:35 +0200
commit81863cde8253b406e6f544938a1dd996d78c3825 (patch)
tree5f1c218f02a42f234aa4cc3e05a5d4fef4e3f535 /openbsc
parent090493863be62869c195272c912d345b81de73ad (diff)
db: The forward declaration of the enum does not work with C++
We need to include this directly to help LCR in building.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/db.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/db.h b/openbsc/include/openbsc/db.h
index a939b0d63..fd9181e50 100644
--- a/openbsc/include/openbsc/db.h
+++ b/openbsc/include/openbsc/db.h
@@ -21,6 +21,7 @@
#define _DB_H
#include <sys/types.h>
+#include "gsm_subscriber.h"
struct gsm_equipment;
struct gsm_network;
@@ -29,8 +30,6 @@ struct gsm_auth_tuple;
struct gsm_sms;
struct gsm_subscriber;
-enum gsm_subscriber_field;
-
/* one time initialisation */
int db_init(const char *name);
int db_prepare();