openbsd-ports/games/wesnoth/patches/patch-src_server_server_cpp
jasper b17d988464 - SECURITY update to 1.2.8
(fixes exposure of sensitive information, system access and DOS)
2007-12-16 00:09:34 +00:00

13 lines
335 B
Plaintext

$OpenBSD: patch-src_server_server_cpp,v 1.3 2007/12/16 00:09:34 jasper Exp $
--- src/server/server.cpp.orig Sun Dec 16 00:52:34 2007
+++ src/server/server.cpp Sun Dec 16 00:53:10 2007
@@ -29,6 +29,8 @@
#include "player.hpp"
#include "proxy.hpp"
+#include <unistd.h>
+
#include <algorithm>
#include <cstdlib>
#include <iostream>