laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/37752?usp=email )
Change subject: includes: sgsn.h: use full path include for gtp.h ......................................................................
includes: sgsn.h: use full path include for gtp.h
The gtp header of ggsn have been moved to osmocom/gtp/gtp.h for a while. Use the full path to prevent clashs with older versions
Change-Id: I764644110c0f332b18117e1e8311ddc55eafd5fa --- M include/osmocom/sgsn/sgsn.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h index 6e93178..9e09184 100644 --- a/include/osmocom/sgsn/sgsn.h +++ b/include/osmocom/sgsn/sgsn.h @@ -21,7 +21,7 @@ #endif
#include <ares.h> -#include <gtp.h> +#include <osmocom/gtp/gtp.h>
struct hostent;