patch-jruby-launcher_ng_c 411 B

123456789101112
  1. $OpenBSD: patch-jruby-launcher_ng_c,v 1.1 2016/09/10 13:03:41 ajacoutot Exp $
  2. --- jruby-launcher/ng.c.orig Sat Sep 10 11:31:48 2016
  3. +++ jruby-launcher/ng.c Sat Sep 10 11:32:03 2016
  4. @@ -28,6 +28,7 @@
  5. #include <arpa/inet.h>
  6. #include <netdb.h>
  7. #include <netinet/in.h>
  8. + #include <sys/select.h> /* fd_set */
  9. #include <sys/socket.h>
  10. #include <sys/types.h>
  11. #endif