Added missing config.h import

This commit is contained in:
Daniel P. Berrange 2008-05-22 16:18:40 +00:00
parent 42aec3d000
commit 7852a63443
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu May 22 12:18:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* tests/testutilsqemu.c: Added missing config.h include
Thu May 22 11:49:29 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/qemu_driver.c: Fix removal of iptables forwarding rules

View File

@ -1,3 +1,4 @@
#include <config.h>
#include <sys/utsname.h>
#include <stdlib.h>