summaryrefslogtreecommitdiff
path: root/multimedia/xanim/patches/patch-aa
blob: 044e2913f4017a22cd895930741e282a9fb9c792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.1 2007/08/05 15:37:35 joerg Exp $

--- xanim.h.orig	2007-08-05 15:12:18.000000000 +0000
+++ xanim.h
@@ -18,7 +18,7 @@
 #include <Xos.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include <stdio.h>
+#include <stdlib.h>
 
 #ifndef VMS
 
@@ -27,17 +27,6 @@
 #include <memory.h>
 #endif
 
-#ifdef __bsdi__
-#include <sys/malloc.h>
-#else
-#ifndef __CYGWIN32__
-#ifndef __FreeBSD__
-#include <malloc.h>
-#endif
-#endif
-#endif
-
-
 #include <unistd.h>
 #else
 #include <unixio.h>