[libvirt] [PATCH] command: Fix compilation on FreeBSD

Daniel P. Berrange berrange at redhat.com
Fri May 13 09:35:06 UTC 2011


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 :|




More information about the libvir-list mailing list