]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Tue Feb 14 14:40:52 EST 2007 Mark McLoughlin <markmc@redhat.com
authorMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 15:42:55 +0000 (15:42 +0000)
committerMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 15:42:55 +0000 (15:42 +0000)
        * qemud/conf.c, qemud/dispatch.c, qemud/driver.c,
          qemud/qemud.c: include autoconf's config.h

ChangeLog
qemud/conf.c
qemud/dispatch.c
qemud/driver.c
qemud/qemud.c

index 8cade157a6c8503b31538af20bdb9237ef437e06..0b34264b066f5c00bbf32038bb449b56a82297b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 14 14:40:52 EST 2007 Mark McLoughlin <markmc@redhat.com
+
+       * qemud/conf.c, qemud/dispatch.c, qemud/driver.c,
+         qemud/qemud.c: include autoconf's config.h
+       
 Tue Feb 14 14:39:18 EST 2007 Mark McLoughlin <markmc@redhat.com
 
        * conf.[ch]: rename from config.[ch] so we can use
index 7487e70ac5e6d2c911830c60626cbd47b04e518c..026cbe2b7dfac563bde895f3f9c874b90ebc831b 100644 (file)
@@ -21,6 +21,8 @@
  * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
+#include <config.h>
+
 #include <dirent.h>
 #include <string.h>
 #include <limits.h>
index f7fad2c7e5dbd49d4b92e54d0ea2020b14466ab1..13d3a263b9d3b70137e6a4990d036afe9431764c 100644 (file)
@@ -21,6 +21,8 @@
  * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
+#include <config.h>
+
 #include <limits.h>
 #include <string.h>
 #include <stdlib.h>
index f53532538f22174ecc4b02d9af2905665962cd77..1ccfceb47becd040732218c905c48cc9d9e00ee7 100644 (file)
@@ -21,6 +21,8 @@
  * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
+#include <config.h>
+
 #include <sys/types.h>
 #include <sys/poll.h>
 #include <dirent.h>
index 7fe9b8114296ae26563df8e41ab1e5fcc8485829..5c97ff0f45a8fcd08a2e9e53e71748c62a21f32d 100644 (file)
@@ -21,6 +21,8 @@
  * Author: Daniel P. Berrange <berrange@redhat.com>
  */
 
+#include <config.h>
+
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/stat.h>