Displaying 1 result from an estimated 1 matches for "159862a".
Did you mean:
15962
2011 Apr 13
0
compilation nit
...Wed, 13 Apr 2011 11:10:08 +0200
Subject: [PATCH libguestfs] avoid warning about implicit declaration of
strlen
* src/events.c: Include <string.h>, for use of strlen.
---
src/events.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/events.c b/src/events.c
index 159862a..3894349 100644
--- a/src/events.c
+++ b/src/events.c
@@ -26,6 +26,7 @@
#include <inttypes.h>
#include <unistd.h>
#include <assert.h>
+#include <string.h>
#include "ignore-value.h"
--
1.7.5.rc1.228.g86d60b