diff options
Diffstat (limited to 'net/udpcast/files/patch-libbb_udpcast.h')
-rw-r--r-- | net/udpcast/files/patch-libbb_udpcast.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/udpcast/files/patch-libbb_udpcast.h b/net/udpcast/files/patch-libbb_udpcast.h new file mode 100644 index 000000000000..1f2289b163ae --- /dev/null +++ b/net/udpcast/files/patch-libbb_udpcast.h @@ -0,0 +1,13 @@ +--- 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 */ |