misc: Include the linuxlist header via a local include

This is needed for the lib where the include directory
is not called openbsc/.
This commit is contained in:
Holger Hans Peter Freyther 2010-02-10 00:56:04 +01:00
parent 6b46c474e5
commit 245d17bd88
1 changed files with 1 additions and 1 deletions

View File

@ -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