patch-src_clnt_bcast_c 420 B

123456789101112131415161718
  1. --- libtirpc-1.0.1.orig/src/clnt_bcast.c 2015-10-30 16:15:14.000000000 +0100
  2. +++ libtirpc-1.0.1/src/clnt_bcast.c 2015-11-29 16:50:32.363665821 +0100
  3. @@ -40,7 +40,6 @@
  4. */
  5. #include <sys/socket.h>
  6. #include <sys/types.h>
  7. -#include <sys/queue.h>
  8. #include <net/if.h>
  9. #include <netinet/in.h>
  10. @@ -62,6 +61,7 @@
  11. #include <err.h>
  12. #include <string.h>
  13. +#include "sys/queue.h"
  14. #include "rpc_com.h"
  15. #include "debug.h"