updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xminesweep / fix_includes.patch
blob978a2064169b43143e82b3135d7d3cf88f8fbbda
1 diff -Naur xminesweep3.0.orig/xminesweep.h xminesweep3.0/xminesweep.h
2 --- xminesweep3.0.orig/xminesweep.h 1994-06-23 02:33:07.000000000 +0200
3 +++ xminesweep3.0/xminesweep.h 2011-08-20 07:05:56.000000000 +0200
4 @@ -32,6 +32,7 @@
5 #include <string.h>
6 #endif
8 +#include <stdlib.h>
9 #include <dirent.h>
10 #include <X11/cursorfont.h>
11 #include <X11/Intrinsic.h>