1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-25 03:31:36 +01:00

Utils::route_entries now works on BSD.

This commit is contained in:
Matias Fontanini
2012-11-29 17:11:10 -03:00
parent 4036e7daa2
commit acff776d56
3 changed files with 84 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
#include <memory>
#include <cassert>
#include <cstring>
#include "arch.h"
#include "utils.h"
#ifndef WIN32
#ifdef BSD
#include <sys/socket.h>
@@ -44,7 +44,6 @@
#include <netdb.h>
#include <net/if.h>
#endif
#include "utils.h"
#include "pdu.h"
#include "arp.h"
#include "ethernetII.h"