debuggers.hg
changeset 21202:f7265414c27f
libxl: build fix for netbsd
<sys/signal.h> is needed to get definition for SIGPIPE and SIG_IGN.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
<sys/signal.h> is needed to get definition for SIGPIPE and SIG_IGN.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Apr 13 12:21:28 2010 +0100 (2010-04-13) |
parents | de7a50eb4854 |
children | 45f31ff01c12 |
files | tools/libxl/xl.c |
line diff
1.1 --- a/tools/libxl/xl.c Tue Apr 13 12:20:48 2010 +0100 1.2 +++ b/tools/libxl/xl.c Tue Apr 13 12:21:28 2010 +0100 1.3 @@ -26,6 +26,7 @@ 1.4 #include <sys/types.h> 1.5 #include <sys/stat.h> 1.6 #include <fcntl.h> 1.7 +#include <sys/signal.h> 1.8 #include <sys/socket.h> 1.9 #include <sys/select.h> 1.10 #include <arpa/inet.h>