openbsd-ports/games/wesnoth/patches/patch-src_clipboard_cpp
jasper a2735c2a72 - long overdue update of wesnoth to 1.6.5
joint work with tom murphy
thanks to sthen@ for torturing his armish for countless hours.

ok sthen@
2009-11-11 16:01:33 +00:00

12 lines
308 B
Plaintext

$OpenBSD: patch-src_clipboard_cpp,v 1.1 2009/11/11 16:01:33 jasper Exp $
--- src/clipboard.cpp.orig Fri Jun 12 14:59:44 2009
+++ src/clipboard.cpp Fri Jun 12 15:00:01 2009
@@ -17,6 +17,7 @@
#include "global.hpp"
#include "clipboard.hpp"
+#include <unistd.h>
#if defined(_X11) && !defined(__APPLE__)