blob: 4eb7ced90bb139fe9b1a79688558e540a56486fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-cb,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
--- console/daemon/utils.c.orig 2006-10-16 22:55:37.000000000 +0200
+++ console/daemon/utils.c 2006-10-16 22:55:48.000000000 +0200
@@ -32,6 +32,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <string.h>
+#include <signal.h>
#include "xenctrl.h"
#include "utils.h"
|