openbsd-ports/games/wesnoth/patches/patch-src_server_server_cpp
jasper d6d1184218 - maintenance update of wesnoth to 1.4.5
- specify license version

ok maintainer
test built on arm by kili@, thanks!
2008-10-10 14:27:38 +00:00

13 lines
337 B
Plaintext

$OpenBSD: patch-src_server_server_cpp,v 1.5 2008/10/10 14:27:38 jasper Exp $
--- src/server/server.cpp.orig Tue Sep 2 12:23:49 2008
+++ src/server/server.cpp Wed Oct 8 00:31:13 2008
@@ -35,6 +35,8 @@
#include "proxy.hpp"
#include "simple_wml.hpp"
+#include <unistd.h>
+
#include <algorithm>
#include <cassert>
#include <cerrno>