From df63de2e37af890f3abb11d4de2334c2b49ae13c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Aug 2016 13:13:55 +0200 Subject: build: move headers to include/osmocom/* This came up while fixing 'make distcheck'; this is certainly not the easiest way but it makes sense to have the headers in include/, like we do in openbsc. The easy alternative might be to add -I$(top_srcdir)/src to src/Makefile.am. Remove -I$(top_srcdir)/src from src/tests/Makefile.am, no longer needed. Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234 --- src/hnbgw_hnbap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hnbgw_hnbap.c') diff --git a/src/hnbgw_hnbap.c b/src/hnbgw_hnbap.c index c329fe4..7bf54c8 100644 --- a/src/hnbgw_hnbap.c +++ b/src/hnbgw_hnbap.c @@ -31,7 +31,7 @@ #include #include -#include "hnbgw.h" +#include #include #define IU_MSG_NUM_IES 32 -- cgit v1.2.3