mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 21:44:26 +01:00
Ported almost everything to BSD. Utils::route_entries and sending link layer PDUs still don't work.
This commit is contained in:
@@ -28,8 +28,12 @@
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include "arch.h"
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h>
|
||||
#ifdef BSD
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <limits>
|
||||
#include <iostream> // borrame
|
||||
|
||||
Reference in New Issue
Block a user