patches/wesnoth-02-fixusleep.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2043 60746dbf40fe
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2043
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     1
--- wesnoth-1.6a/src/clipboard.cpp.fixusleep	2009-03-21 14:18:11.658930130 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     2
+++ wesnoth-1.6a/src/clipboard.cpp	2009-03-21 14:18:41.221762529 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     3
@@ -24,6 +24,7 @@
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     4
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     5
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     6
 #include "SDL_syswm.h"
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     7
+#include <unistd.h>
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     8
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     9
 /**
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
    10
  The following are two classes which wrap the SDL's interface to X,