[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] command: Fix compilation on FreeBSD
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Matthias Bolte <matthias bolte googlemail com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] command: Fix compilation on FreeBSD
- Date: Fri, 13 May 2011 10:35:06 +0100
On Fri, May 13, 2011 at 07:53:06AM +0200, Matthias Bolte wrote:
> kill, SIGTERM and SIGKILL require additional headers.
> ---
> src/util/command.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/util/command.c b/src/util/command.c
> index b488d55..b2a873b 100644
> --- a/src/util/command.c
> +++ b/src/util/command.c
> @@ -22,9 +22,11 @@
> #include <config.h>
>
> #include <poll.h>
> +#include <signal.h>
> #include <stdarg.h>
> #include <stdlib.h>
> #include <sys/stat.h>
> +#include <sys/types.h>
> #include <sys/wait.h>
>
> #include "command.h"
ACK
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]