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
This commit is contained in:
Mark McLoughlin 2007-02-14 15:42:55 +00:00
parent f2041b7c75
commit 6a639b917f
5 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -21,6 +21,8 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include <config.h>
#include <dirent.h>
#include <string.h>
#include <limits.h>

View File

@ -21,6 +21,8 @@
* Author: Daniel P. Berrange <berrange@redhat.com>
*/
#include <config.h>
#include <limits.h>
#include <string.h>
#include <stdlib.h>

View 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>

View 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>