ext/kgio/accept.c in kgio-2.4.2 vs ext/kgio/accept.c in kgio-2.5.0
- old
+ new
@@ -1,7 +1,9 @@
#include "kgio.h"
#include "missing_accept4.h"
#include "sock_for_fd.h"
+#include "my_fileno.h"
+#include "nonblock.h"
static VALUE localhost;
static VALUE cClientSocket;
static VALUE cKgio_Socket;
static VALUE mSocketMethods;