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;


--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/37752?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I764644110c0f332b18117e1e8311ddc55eafd5fa
Gerrit-Change-Number: 37752
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>

Reply via email to