From c376602982f7fc50ecdb786c0e14583a8baa5e37 Mon Sep 17 00:00:00 2001 From: HarpyWar Date: Mon, 7 Apr 2014 13:02:38 +0400 Subject: [PATCH] fix compile on posix systems --- src/bnetd/handle_bnet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bnetd/handle_bnet.cpp b/src/bnetd/handle_bnet.cpp index c3d855ed4..76fd50463 100644 --- a/src/bnetd/handle_bnet.cpp +++ b/src/bnetd/handle_bnet.cpp @@ -24,6 +24,7 @@ #include "handle_bnet.h" #include +#include #include #include #include