* qemud/conf.c, qemud/dispatch.c, qemud/driver.c,
qemud/qemud.c: include autoconf's config.h
+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
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
+#include <config.h>
+
#include <dirent.h>
#include <string.h>
#include <limits.h>
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
+#include <config.h>
+
#include <limits.h>
#include <string.h>
#include <stdlib.h>
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
+#include <config.h>
+
#include <sys/types.h>
#include <sys/poll.h>
#include <dirent.h>
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
+#include <config.h>
+
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>