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, Holger Freyther,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/1808
to look at the new patch set (#2).
sccp/sccp.h: Add #include to linuxlist.h
sccp.h is using 'struct llist_head' so it must include the associated
linuxlist.h header.
Change-Id: I1fc4c34e59c27dce9e8a73abc6e58073f091c978
---
M include/sccp/sccp.h
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/08/1808/2
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index 36b424f..4293792 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -30,6 +30,8 @@
#include <sys/socket.h>
#include <sys/types.h>
+#include <osmocom/core/linuxlist.h>
+
#include "sccp_types.h"
struct msgb;
--
To view, visit https://gerrit.osmocom.org/1808
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1fc4c34e59c27dce9e8a73abc6e58073f091c978
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder