mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
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
12 lines
277 B
C
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"
|