aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 01:47:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 01:47:10 +0100
commit6d89dac7216b4ce727dccc29ee3ee67c8edfa135 (patch)
treec510ae4f8bdd3ab9b5eb687ca1b23e8e7e38e43e
parent245d17bd887809cb595e80b6f342599827bea603 (diff)
[msgb] Make it possible to include it directly and from liblaf0rge
* include <sys/types.h> to have a definition of the u_intX_t types * include "linuxlist.h" via local includes so it can be found from the liblaf0rge directory where <openbsc/ does not exit.
-rw-r--r--openbsc/include/openbsc/msgb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/msgb.h b/openbsc/include/openbsc/msgb.h
index ab3c03396..d0efc90b5 100644
--- a/openbsc/include/openbsc/msgb.h
+++ b/openbsc/include/openbsc/msgb.h
@@ -20,7 +20,8 @@
*
*/
-#include <openbsc/linuxlist.h>
+#include <sys/types.h>
+#include "linuxlist.h"
struct bts_link;