aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-11-16 11:02:25 +0100
committerHarald Welte <laforge@gnumonks.org>2016-11-16 10:07:24 +0000
commitab3b5606fe02cd87241e9992cfe232eed07033f9 (patch)
treebc424a0466d9610e715ea3026426d9a606edc313
parent67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b (diff)
lapd_pcap.h: Add missing #include lines
we reference 'struct msgb' and mode_t, so we have to #include the right header files. Change-Id: Iac8f905182b60782202bdf75e04d47ea89dc3863
-rw-r--r--include/osmocom/abis/lapd_pcap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/abis/lapd_pcap.h b/include/osmocom/abis/lapd_pcap.h
index e1b587e..36ddd7f 100644
--- a/include/osmocom/abis/lapd_pcap.h
+++ b/include/osmocom/abis/lapd_pcap.h
@@ -1,6 +1,9 @@
#ifndef _LAPD_PCAP_H_
#define _LAPD_PCAP_H_
+#include <sys/types.h>
+#include <osmocom/core/msgb.h>
+
#define OSMO_LAPD_PCAP_INPUT 0
#define OSMO_LAPD_PCAP_OUTPUT 1