[libvirt] [PATCH 04/17] * src/network_conf.c: Include <string.h> for declaration of memcmp.

Jim Meyering jim at meyering.net
Tue Oct 28 11:21:20 UTC 2008


From: Jim Meyering <meyering at redhat.com>

---
 src/network_conf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/network_conf.c b/src/network_conf.c
index 4c32fa1..99a84dc 100644
--- a/src/network_conf.c
+++ b/src/network_conf.c
@@ -30,6 +30,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <string.h>
 #include <dirent.h>

 #include "internal.h"
-- 
1.6.0.3.756.gb776d




More information about the libvir-list mailing list