aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-21 00:44:50 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-27 13:29:33 +0200
commitf4daf16c8d26b98063747b608070fa44944e0527 (patch)
tree1de4942c0537b12b429436701c3d504fb6a88a8b /openbsc/src/gprs
parentbfa8878a0799c2d6bf29740ee10e84a69a938749 (diff)
cosmetic: gprs_sgsn.c: move pdp.h include to top
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/gprs_sgsn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sgsn.c b/openbsc/src/gprs/gprs_sgsn.c
index 038e6f0eb..9cd992b49 100644
--- a/openbsc/src/gprs/gprs_sgsn.c
+++ b/openbsc/src/gprs/gprs_sgsn.c
@@ -40,6 +40,8 @@
#include <openbsc/signal.h>
#include "openbsc/gprs_llc.h"
+#include <pdp.h>
+
#include <time.h>
#include <openssl/rand.h>
@@ -337,7 +339,6 @@ struct sgsn_pdp_ctx *sgsn_pdp_ctx_alloc(struct sgsn_mm_ctx *mm,
return pdp;
}
-#include <pdp.h>
/*
* This function will not trigger any GSM DEACT PDP ACK messages, so you
* probably want to call sgsn_delete_pdp_ctx() instead if the connection