Added missing include for unistd.h since gcc 4.7 refuses to compile without it
This commit is contained in:
parent
3931245463
commit
19424d980c
@ -32,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <linux/rtnetlink.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user