From 52c9b8e5935a0b4f967be4f81e73af75eb87aecf Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 5 Jan 2023 18:56:13 +0100 Subject: Move func defintions of funcs implemented in gprs_sndcp.c to gprs_sndcp.h Move them to the correct header where they belong, so that the all the related protocol stuff is placed together. Change-Id: I9052f48a0af125bb445194f4ae94ebbe49508fda --- src/sgsn/gprs_sgsn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sgsn/gprs_sgsn.c b/src/sgsn/gprs_sgsn.c index cdfa02955..9ce632c67 100644 --- a/src/sgsn/gprs_sgsn.c +++ b/src/sgsn/gprs_sgsn.c @@ -49,6 +49,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3