about summary refs log tree commit homepage
path: root/ext/kgio/accept.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-27 14:11:16 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-27 18:31:08 -0800
commitec91ac3d8c8d9236ba0cd01794c9c4a3ee3f7eeb (patch)
treef10648f6d2dbd3e6b370c826bff562477339c745 /ext/kgio/accept.c
parentf6c79438ed195bb706903d104cce850bfbfbac41 (diff)
downloadkgio-ec91ac3d8c8d9236ba0cd01794c9c4a3ee3f7eeb.tar.gz
More common code that's still GNU make is better for my
sanity.  Also, bogomips.org went on a URL diet recently.
Diffstat (limited to 'ext/kgio/accept.c')
-rw-r--r--ext/kgio/accept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/accept.c b/ext/kgio/accept.c
index 4856234..66c2712 100644
--- a/ext/kgio/accept.c
+++ b/ext/kgio/accept.c
@@ -1,5 +1,5 @@
 #include "kgio.h"
-#include "missing/accept4.h"
+#include "missing_accept4.h"
 #include "sock_for_fd.h"
 
 static VALUE localhost;