From 7992122bac66f28ce2d77ddcd7aef8416796deea Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 30 Nov 2018 01:46:51 +0100 Subject: combine several small .h in msc_common.h For hysterical raisins, there are some header files that contain few declarations, and where the name doesn't reflect the content. Combine them to new msc_common.h: - common.h - common_cs.h - osmo_msc.h Change-Id: I9e3a587342f8d398fb27354a2f2475f8797cdb28 --- src/libmsc/a_reset.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmsc/a_reset.c') diff --git a/src/libmsc/a_reset.c b/src/libmsc/a_reset.c index 1e35a108c..d6d4a1c5e 100644 --- a/src/libmsc/a_reset.c +++ b/src/libmsc/a_reset.c @@ -27,6 +27,7 @@ #include #include #include +#include #define RESET_RESEND_INTERVAL 2 /* sec */ #define RESET_RESEND_TIMER_NO 16 /* See also 3GPP TS 48.008 Chapter 3.1.4.1.3.2 */ -- cgit v1.2.3