diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-11-13 22:28:05 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-11-14 17:20:33 +0100 |
commit | d38e0ef82a4634d5d018fa42618b9bd8ea939b13 (patch) | |
tree | 243730b2fcb86aa236eadf0bae8889eecde6634d | |
parent | 09161595bde10399cbcf11a2f433c1f4fb6d6518 (diff) |
smc: Make it possible to include gsm0411_smc.h as first header file
The code embeds the timer so one needs to include the header file.
-rw-r--r-- | include/osmocom/gsm/gsm0411_smc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0411_smc.h b/include/osmocom/gsm/gsm0411_smc.h index e1508a2d..2140db43 100644 --- a/include/osmocom/gsm/gsm0411_smc.h +++ b/include/osmocom/gsm/gsm0411_smc.h @@ -1,6 +1,7 @@ #ifndef _GSM0411_SMC_H #define _GSM0411_SMC_H +#include <osmocom/core/timer.h> #include <osmocom/gsm/protocol/gsm_04_11.h> #define GSM411_MMSMS_EST_REQ 0x310 |