freebsd-ports/net/udpcast/files/patch-libbb_udpcast.h
Pav Lucistnik 2aa187699b - Update to 20081213
PR:		ports/131561
Submitted by:	Leon Kos <leon.kos@lecad.fs.uni-lj.si>
2009-02-18 17:03:44 +00:00

13 lines
275 B
C

--- libbb_udpcast.h.orig 2009-02-10 10:07:40.000000000 +0100
+++ libbb_udpcast.h 2009-02-10 10:06:51.000000000 +0100
@@ -24,6 +24,10 @@
#include <malloc.h>
#endif
+#ifdef HAVE_STDLIB_H
+ #include <stdlib.h>
+#endif
+
#define xmalloc malloc
#endif /* BB_VER */