This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/1253
to look at the new patch set (#2).
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
---
M include/osmocom/abis/lapd_pcap.h
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/53/1253/2
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
--
To view, visit https://gerrit.osmocom.org/1253
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iac8f905182b60782202bdf75e04d47ea89dc3863
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder