13 lines
284 B
Text
13 lines
284 B
Text
$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 */
|