patch-src_bindresvport_c 422 B

123456789101112131415161718
  1. --- libtirpc-0.2.3.orig/src/bindresvport.c 2013-02-13 16:13:59.000000000 +0100
  2. +++ libtirpc-0.2.3/src/bindresvport.c 2014-03-22 13:24:36.000000000 +0100
  3. @@ -26,7 +26,6 @@
  4. * POSSIBILITY OF SUCH DAMAGE.
  5. */
  6. -#include <sys/cdefs.h>
  7. /*
  8. * Copyright (c) 1987 by Sun Microsystems, Inc.
  9. @@ -38,6 +37,7 @@
  10. #include <sys/socket.h>
  11. #include <netinet/in.h>
  12. +#include <netdb.h>
  13. #include <errno.h>
  14. #include <string.h>