ports/devel/allegro-devel/files/patch-src__i386__icsprite.c
Alejandro Pulver 61f87e66a1 Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.

A wide range of extension packages and add-on modules are also available, which
can be found in the "Library Extensions" section of the Allegro website.

WWW: http://www.talula.demon.co.uk/allegro/

PR:		ports/101741
2006-08-13 23:20:09 +00:00

12 lines
277 B
C

--- src/i386/icsprite.c.orig Mon Jul 24 09:10:50 2006
+++ src/i386/icsprite.c Wed Aug 9 19:11:00 2006
@@ -15,7 +15,8 @@
* See readme.txt for copyright information.
*/
-
+#include <machine/param.h>
+#include <sys/mman.h>
#include <string.h>
#include "allegro.h"