gprs_sgsn.h: Include timer.h for the timer struct
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index 62fbb85..6a653b7 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>