write_queue: use full path of includes in osmocom/core/write_queue.h
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;