aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-10 00:56:04 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-10 00:56:04 +0100
commit245d17bd887809cb595e80b6f342599827bea603 (patch)
tree2747387ddf9b83acab563744776e7f7d3a1785ba /openbsc
parent6b46c474e503a7ecd740e2866e07b0ba2a00842c (diff)
misc: Include the linuxlist header via a local include
This is needed for the lib where the include directory is not called openbsc/.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/select.h b/openbsc/include/openbsc/select.h
index c2af1d787..2d8b3ec07 100644
--- a/openbsc/include/openbsc/select.h
+++ b/openbsc/include/openbsc/select.h
@@ -1,7 +1,7 @@
#ifndef _BSC_SELECT_H
#define _BSC_SELECT_H
-#include <openbsc/linuxlist.h>
+#include "linuxlist.h"
#define BSC_FD_READ 0x0001
#define BSC_FD_WRITE 0x0002