debuggers.hg
changeset 22769:0bb8685eab9b
libxl: fix missing include of <signal.h>
libxl_dm.c:713: warning: implicit declaration of function 'kill'
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
libxl_dm.c:713: warning: implicit declaration of function 'kill'
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
author | Christoph Egger <Christoph.Egger@amd.com> |
---|---|
date | Tue Jan 11 18:44:41 2011 +0000 (2011-01-11) |
parents | 77e8775fccef |
children | 4970452f21b6 |
files | tools/libxl/libxl_dm.c |
line diff
1.1 --- a/tools/libxl/libxl_dm.c Tue Jan 11 18:32:32 2011 +0000 1.2 +++ b/tools/libxl/libxl_dm.c Tue Jan 11 18:44:41 2011 +0000 1.3 @@ -20,6 +20,7 @@ 1.4 #include <stdio.h> 1.5 #include <string.h> 1.6 #include <stdlib.h> 1.7 +#include <signal.h> 1.8 #include <unistd.h> 1.9 #include <fcntl.h> 1.10 #include "libxl_utils.h"