From d5cbb675a9f0c5f56d01401870e5eceb3eb3a6d8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 5 Aug 2011 18:02:47 +0200 Subject: pcap-client: Hacks to compile with an old libosmocore We are running a system where we do not want to upgrade libosmocore right now. Compile the osmo-pcap-client with a libosmocore from around January. --- src/osmo_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo_common.c') diff --git a/src/osmo_common.c b/src/osmo_common.c index b97394e..852be54 100644 --- a/src/osmo_common.c +++ b/src/osmo_common.c @@ -22,7 +22,7 @@ #include -#include +#include static const struct log_info_cat default_categories[] = { [DPCAP] = { -- cgit v1.2.3