blob: 311f33d64b4b519bf197921bc38508c71b0c1a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-cb,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
--- console/daemon/utils.c.orig 2006-01-31 17:09:20.000000000 +0100
+++ console/daemon/utils.c
@@ -32,6 +32,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>
+#include <signal.h>
#include "xenctrl.h"
#include "utils.h"
|