[PATCH 2/4] write_queue: use full path of includes in osmocom/core/write_queue.h

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.org
Mon Mar 28 17:24:20 UTC 2011


From: 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





More information about the OpenBSC mailing list