diff options
Diffstat (limited to '')
-rw-r--r-- | games/xwelltris/files/patch-src::image::picinfo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xwelltris/files/patch-src::image::picinfo.h b/games/xwelltris/files/patch-src::image::picinfo.h new file mode 100644 index 000000000000..73922b29823f --- /dev/null +++ b/games/xwelltris/files/patch-src::image::picinfo.h @@ -0,0 +1,12 @@ +--- src/image/picinfo.h.orig Sat Jan 31 16:49:01 2004 ++++ src/image/picinfo.h Sat Jan 31 16:49:59 2004 +@@ -11,8 +11,7 @@ + #include <string.h> + #include <sys/param.h> + #include <sys/types.h> +-#ifndef __FreeBSD__ +-#elif ! defined __OpenBSD__ ++#if ! defined __OpenBSD__ && ! defined __FreeBSD__ + #include <malloc.h> + #endif + #include <fcntl.h> |