From d36ff76f9d24f05145e3cd3f3fceb5262fc746f5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 23 Mar 2011 18:26:56 +0100 Subject: Fix build of bsc-nat and GPRS code after include path change The last patch changed the osmocore include paths, this fixes some build problems caused by it --- openbsc/src/gprs/gprs_sndcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gprs_sndcp.h') diff --git a/openbsc/src/gprs/gprs_sndcp.h b/openbsc/src/gprs/gprs_sndcp.h index e9a50be1c..ec35d7ba0 100644 --- a/openbsc/src/gprs/gprs_sndcp.h +++ b/openbsc/src/gprs/gprs_sndcp.h @@ -2,7 +2,7 @@ #define _INT_SNDCP_H #include -#include +#include /* A fragment queue header, maintaining list of fragments for one N-PDU */ struct defrag_state { -- cgit v1.2.3