gprs_sgsn.h: Include timer.h for the timer struct

This commit is contained in:
Holger Hans Peter Freyther 2012-01-06 17:29:06 +01:00
parent 6c88217c19
commit 26d0fe3c89
1 changed files with 2 additions and 0 deletions

View File

@ -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>