From d38e0ef82a4634d5d018fa42618b9bd8ea939b13 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 13 Nov 2012 22:28:05 +0100 Subject: 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. --- include/osmocom/gsm/gsm0411_smc.h | 1 + 1 file changed, 1 insertion(+) 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 #include #define GSM411_MMSMS_EST_REQ 0x310 -- cgit v1.2.3