blob: 0e5ae4fdbb23724b153e744ee1838e06a581e501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.3 2007/08/20 17:02:41 abs Exp $
--- memcached.c.orig 2007-08-20 16:54:17.000000000 +0100
+++ memcached.c
@@ -45,6 +45,7 @@ std *
#include <time.h>
#include <assert.h>
#include <limits.h>
+#include <signal.h>
#ifdef HAVE_MALLOC_H
/* OpenBSD has a malloc.h, but warns to use stdlib.h instead */
|