remove fdset from forward declarations
This commit is contained in:
parent
54b8ee8fd1
commit
38def87c70
1 changed files with 1 additions and 1 deletions
|
@ -22,9 +22,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <sys/select.h>
|
||||||
|
|
||||||
struct babel_route;
|
struct babel_route;
|
||||||
struct fd_set;
|
|
||||||
struct neighbour;
|
struct neighbour;
|
||||||
struct xroute;
|
struct xroute;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue