Corrected the patch patch for the gcc47 patch so it'll build for SLE OBS-URL: https://build.opensuse.org/request/show/142548 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/SocketW?expand=0&rev=3
12 lines
363 B
Diff
12 lines
363 B
Diff
diff -Naur SocketW031026.orig/src/sw_base.cxx SocketW031026/src/sw_base.cxx
|
|
--- SocketW031026.orig/src/sw_base.cxx 2003-10-26 11:40:02.000000000 +0100
|
|
+++ SocketW031026/src/sw_base.cxx 2012-11-23 10:18:32.407729684 +0100
|
|
@@ -19,6 +19,7 @@
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <stdlib.h>
|
|
|
|
#ifndef __WIN32__
|
|
#include <netdb.h>
|