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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user