2007-12-27 12:42:50 -05:00
|
|
|
$OpenBSD: patch-memcached_c,v 1.3 2007/12/27 17:42:50 jasper Exp $
|
|
|
|
--- memcached.c.orig Tue Dec 18 23:54:36 2007
|
|
|
|
+++ memcached.c Tue Dec 18 23:54:47 2007
|
|
|
|
@@ -19,7 +19,7 @@ std *
|
2004-11-10 15:23:31 -05:00
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <sys/socket.h>
|
2007-12-27 12:42:50 -05:00
|
|
|
#include <sys/un.h>
|
2004-11-10 15:23:31 -05:00
|
|
|
-#include <sys/signal.h>
|
|
|
|
+#include <signal.h>
|
|
|
|
#include <sys/resource.h>
|
2007-12-27 12:42:50 -05:00
|
|
|
#include <sys/uio.h>
|
2004-11-10 15:23:31 -05:00
|
|
|
|