1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/urt/files/patch-lib::buildmap.c
Ying-Chieh Liao c807fd461a fix build on -current
PR:		46600
Submitted by:	Ports Fury
2002-12-29 05:19:29 +00:00

11 lines
198 B
C

--- lib/buildmap.c.orig Fri Feb 28 06:17:01 1992
+++ lib/buildmap.c Fri Dec 27 23:02:36 2002
@@ -26,6 +26,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "rle.h"
#include <math.h>