[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[libvirt] [PATCH 04/17] * src/network_conf.c: Include <string.h> for declaration of memcmp.
- From: Jim Meyering <jim meyering net>
- To: libvir-list redhat com
- Cc: Jim Meyering <meyering redhat com>
- Subject: [libvirt] [PATCH 04/17] * src/network_conf.c: Include <string.h> for declaration of memcmp.
- Date: Tue, 28 Oct 2008 12:21:20 +0100
From: Jim Meyering <meyering 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]