summaryrefslogtreecommitdiff
path: root/math/xlife/patches/patch-tile.c
blob: 750460a5e3536ffa8c59fb1d4e1206ad7af1f3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-tile.c,v 1.1 2012/10/26 20:39:57 joerg Exp $

--- tile.c.orig	2012-10-26 14:13:23.000000000 +0000
+++ tile.c
@@ -61,6 +61,7 @@
  */
 
 #include <stddef.h>	/* we need offsetof() */
+#include <stdlib.h>
 #include "defs.h"
 #include "data.h"
 #include "tile.h"