openbsd-ports/misc/memcached/patches/patch-memcached_c

13 lines
344 B
Plaintext
Raw Normal View History

$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 *
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/resource.h>
#include <sys/uio.h>