1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Added undef directive to avoid compilation error on windows.

This commit is contained in:
Matias Fontanini
2014-07-01 17:06:39 -03:00
parent c25d4738b4
commit dd2ed5daa4
2 changed files with 12 additions and 4 deletions

View File

@@ -35,10 +35,10 @@
#ifndef WIN32
#include <netinet/in.h>
#endif
#include "icmp.h"
#include "rawpdu.h"
#include "utils.h"
#include "exceptions.h"
#include "icmp.h"
namespace Tins {
ICMP::ICMP(Flags flag)