mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 10:45:57 +01:00
@@ -27,7 +27,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "utils/routing_utils.h"
|
||||
#include <tins/utils/routing_utils.h>
|
||||
#ifndef _WIN32
|
||||
#if defined(BSD) || defined(__FreeBSD_kernel__)
|
||||
#include <sys/socket.h>
|
||||
@@ -55,8 +55,8 @@
|
||||
#endif
|
||||
#include <set>
|
||||
#include <fstream>
|
||||
#include "network_interface.h"
|
||||
#include "exceptions.h"
|
||||
#include <tins/network_interface.h>
|
||||
#include <tins/exceptions.h>
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
|
||||
Reference in New Issue
Block a user