summaryrefslogtreecommitdiff
path: root/games/wesnoth/patches/patch-ag
blob: b02bfa6efc809d06e8afc7658b2eab913c806f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.4 2010/08/28 20:08:40 adam Exp $

--- src/clipboard.cpp.orig	2010-02-06 10:50:29.000000000 +0000
+++ src/clipboard.cpp
@@ -26,6 +26,8 @@
 
 #include "SDL_syswm.h"
 
+#include <unistd.h>
+
 /**
  The following are two classes which wrap the SDL's interface to X,
  including locking/unlocking, and which manage the atom internment.