summaryrefslogtreecommitdiff
path: root/devel/memcached/patches/patch-aa
blob: eef566e8d36efdf384e77311ddf99f4837efc5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2005/02/09 05:37:30 xtraeme Exp $

--- memcached.c.orig	2005-02-08 15:26:55.000000000 +0100
+++ memcached.c	2005-02-08 15:27:09.000000000 +0100
@@ -42,6 +42,7 @@
 #include <time.h>
 #include <event.h>
 #include <assert.h>
+#include <signal.h>
 
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>