lksctp-tools/lksctp-fixes.patch
Marcus Meissner 83e531690d Accepting request 150002 from home:msmeissn:branches:network:utilities
- upgraded to 1.0.13 (bugfixes)
  T:BUILD Use silent rules
  T:BUILD Fix build warnings all over the place
  T:APP Fix memory leak in sctp_xconnect
  T:TEST Fix deprecated values in test cases
- lskctp-fixes.patch: implicit warning fix

OBS-URL: https://build.opensuse.org/request/show/150002
OBS-URL: https://build.opensuse.org/package/show/network:utilities/lksctp-tools?expand=0&rev=14
2013-01-28 12:06:11 +00:00

13 lines
360 B
Diff

Index: lksctp-tools-1.0.13/src/withsctp/checksctp.c
===================================================================
--- lksctp-tools-1.0.13.orig/src/withsctp/checksctp.c
+++ lksctp-tools-1.0.13/src/withsctp/checksctp.c
@@ -30,6 +30,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>