From 40b291d73533e077c5e5851f67aa08ea5367abb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Sch=C3=B6ller?= Date: Mon, 27 Jul 2009 02:11:48 +0200 Subject: [PATCH] now compiles on openbsd --- echo.cpp | 2 ++ tun.cpp | 2 ++ worker.cpp | 1 + 3 files changed, 5 insertions(+) diff --git a/echo.cpp b/echo.cpp index e464d30..5ae9173 100644 --- a/echo.cpp +++ b/echo.cpp @@ -21,9 +21,11 @@ #include "exception.h" #include +#include #include #include #include +#include typedef ip IpHeader; diff --git a/tun.cpp b/tun.cpp index c91ccf9..4c95680 100644 --- a/tun.cpp +++ b/tun.cpp @@ -22,6 +22,8 @@ #include "utility.h" #include +#include +#include #include #include #include diff --git a/worker.cpp b/worker.cpp index 42ec83f..407dea7 100644 --- a/worker.cpp +++ b/worker.cpp @@ -24,6 +24,7 @@ #include #include +#include using namespace std;