[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.
This commit is contained in:
Holger Hans Peter Freyther 2010-02-12 01:47:10 +01:00
parent 245d17bd88
commit 6d89dac721
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
*
*/
#include <openbsc/linuxlist.h>
#include <sys/types.h>
#include "linuxlist.h"
struct bts_link;