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