patch-mono_utils_networking-posix_c 356 B

123456789101112
  1. $OpenBSD: patch-mono_utils_networking-posix_c,v 1.1 2016/10/31 11:45:07 robert Exp $
  2. --- mono/utils/networking-posix.c.orig Mon Oct 31 11:41:26 2016
  3. +++ mono/utils/networking-posix.c Mon Oct 31 11:41:37 2016
  4. @@ -17,6 +17,7 @@
  5. #include <sys/ioctl.h>
  6. #endif
  7. #ifdef HAVE_NET_IF_H
  8. +#include <sys/socket.h>
  9. #include <net/if.h>
  10. #endif
  11. #ifdef HAVE_UNISTD_H