aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-01-05 14:13:16 +0100
committerHarald Welte <laforge@gnumonks.org>2015-01-05 14:13:16 +0100
commit0c4e400d2fdd6445da4dc24851945119517d8083 (patch)
treee50f95b7c7946de97073bc72ea4243e60f7854e5 /openbsc/src/utils
parentc598e6e0a6d00827c2c974010d582815d66d0f14 (diff)
meas_pcap2db.c: Fix build without CDK
Spotted by Jacob Erlbeck.
Diffstat (limited to 'openbsc/src/utils')
-rw-r--r--openbsc/src/utils/meas_pcap2db.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/utils/meas_pcap2db.c b/openbsc/src/utils/meas_pcap2db.c
index 1022d4a31..261ee61ae 100644
--- a/openbsc/src/utils/meas_pcap2db.c
+++ b/openbsc/src/utils/meas_pcap2db.c
@@ -29,8 +29,6 @@
#include <netinet/ip.h>
#include <netinet/udp.h>
-#include <cdk/cdk.h>
-
#include <osmocom/core/socket.h>
#include <osmocom/core/utils.h>
#include <osmocom/core/msgb.h>