aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/db.h')
-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();