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/OpenBSC@lists.osmocom.org/.
pablo at gnumonks.org pablo at gnumonks.orgFrom: Pablo Neira Ayuso <pablo at gnumonks.org>
---
include/osmocom/core/write_queue.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/osmocom/core/write_queue.h b/include/osmocom/core/write_queue.h
index ef244c3..3b730c7 100644
--- a/include/osmocom/core/write_queue.h
+++ b/include/osmocom/core/write_queue.h
@@ -23,8 +23,8 @@
#ifndef write_queue_h
#define write_queue_h
-#include "select.h"
-#include "msgb.h"
+#include <osmocom/core/select.h>
+#include <osmocom/core/msgb.h>
struct write_queue {
struct bsc_fd bfd;
--
1.7.2.3