|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] [xen-unstable] libxl: fix missing include of	<signal.h>
 
# HG changeset patch
# User Christoph Egger <Christoph.Egger@xxxxxxx>
# Date 1294771481 0
# Node ID 0bb8685eab9bbbc4571d7e19373e2ac950a67232
# Parent  77e8775fccefdbf1f05925b2c52f59afd8f247b5
libxl: fix missing include of <signal.h>
libxl_dm.c:713: warning: implicit declaration of function 'kill'
Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/libxl/libxl_dm.c |    1 +
 1 files changed, 1 insertion(+)
diff -r 77e8775fccef -r 0bb8685eab9b tools/libxl/libxl_dm.c
--- a/tools/libxl/libxl_dm.c    Tue Jan 11 18:32:32 2011 +0000
+++ b/tools/libxl/libxl_dm.c    Tue Jan 11 18:44:41 2011 +0000
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <signal.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include "libxl_utils.h"
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] [xen-unstable] libxl: fix missing include of	<signal.h>,
Xen patchbot-unstable <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |