]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/network_conf.c: Include <string.h> for declaration of memcmp.
authorJim Meyering <meyering@redhat.com>
Tue, 28 Oct 2008 17:45:41 +0000 (17:45 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 28 Oct 2008 17:45:41 +0000 (17:45 +0000)
ChangeLog
src/network_conf.c

index 959ae2bf4a4c9370213c2f2d5d405e7db240baef..3f3509f91f88801dc0a8e7319ee9c62943f0f99f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 28 10:22:22 +0100 2008 Jim Meyering <meyering@redhat.com>
+
+       * src/network_conf.c: Include <string.h> for declaration of memcmp.
+
 Mon Oct 27 17:14:56 +0100 2008 Jim Meyering <meyering@redhat.com>
 
        use ARRAY_CARDINALITY more
index 4c32fa11a273a7c5cd2f79bca5c21d55fc476027..99a84dc47da668b5f996d7360bd363e48971e8fa 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <string.h>
 #include <dirent.h>
 
 #include "internal.h"