From 836dbd8955524e720ba051b5c665019fe2242ca0 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Fri, 1 Feb 2013 13:55:29 -0300 Subject: [PATCH] Fixed compilation issue in 2 examples. --- examples/arpspoofing.cpp | 1 + examples/portscan.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/arpspoofing.cpp b/examples/arpspoofing.cpp index f350b19..8677641 100644 --- a/examples/arpspoofing.cpp +++ b/examples/arpspoofing.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/examples/portscan.cpp b/examples/portscan.cpp index 5081957..4ef7478 100644 --- a/examples/portscan.cpp +++ b/examples/portscan.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include