aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-06 17:29:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-06 18:52:05 +0100
commit26d0fe3c89042ed4008903dbe12c5110d8f9fc48 (patch)
tree9c944393e7ab20d05199aefcc809caae245babf5 /openbsc
parent6c88217c1935fcbf864f0cbcddae105eda7e6bb4 (diff)
gprs_sgsn.h: Include timer.h for the timer struct
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index 62fbb85a5..6a653b7fe 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -4,6 +4,8 @@
#include <stdint.h>
#include <netinet/in.h>
+#include <osmocom/core/timer.h>
+
#include <osmocom/gsm/gsm48.h>
#include <osmocom/crypt/gprs_cipher.h>