* proxy/libvirt_proxy.c: fix a compilation problem without Xen

* libvirt.spec.in: add %{release] to BuildRoot
Daniel
This commit is contained in:
Daniel Veillard
2008-07-07 10:00:30 +00:00
parent bf79e90f3a
commit 8d18d826a4
3 changed files with 7 additions and 2 deletions

View File

@@ -10,10 +10,10 @@
*/
#include <config.h>
#include <stdio.h>
#ifdef WITH_XEN
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>