blob: 5655643d8cbf0b7baa6661db4670e7ef61060b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/libbridge/libbridge.h
+++ b/libbridge/libbridge.h
@@ -19,6 +19,8 @@
#ifndef _LIBBRIDGE_H
#define _LIBBRIDGE_H
+#include <sys/types.h>
+#include <sys/select.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <linux/if.h>
|