laforge submitted this change.
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(-)
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 change 37752. To unsubscribe, or for help writing mail filters, visit settings.