summaryrefslogtreecommitdiff
path: root/net/udpcast/patches/patch-ae
blob: 995e1073d60409a518640c333a1c8fb02e94711b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2006/08/22 15:52:16 joerg Exp $

--- libbb_udpcast.h.orig	2006-08-22 17:40:46.000000000 +0000
+++ libbb_udpcast.h
@@ -14,7 +14,7 @@
 #define TRUE			1
 #define FALSE			0
 
-#include <malloc.h>
+#include <stdlib.h>
 #define xmalloc malloc
 
 #endif /* BB_VER */