diff options
Diffstat (limited to 'otp-null.patch')
-rw-r--r-- | otp-null.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/otp-null.patch b/otp-null.patch new file mode 100644 index 0000000..77a0a72 --- /dev/null +++ b/otp-null.patch @@ -0,0 +1,11 @@ +diff -up otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c.null otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c +--- otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c.null 2008-02-23 13:46:52.000000000 +0100 ++++ otp_src_R12B-0/lib/orber/c_src/setsockaddr_in.c 2008-02-23 13:47:15.000000000 +0100 +@@ -17,6 +17,7 @@ + * $Id: otp-null.patch,v 1.1 2008/10/25 21:52:10 gemi Exp $ + * + */ ++#include <stdlib.h> + #include "inet.h" + + #ifdef HAVE_CONFIG_H |