git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343ba6d
)
build: include <string.h> for src/match.c's use of strlen
author
Jim Meyering
<jim@meyering.net>
Fri, 10 Jun 2011 09:57:20 +0000
(11:57 +0200)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Jun 2011 11:32:21 +0000
(12:32 +0100)
src/match.c
patch
|
blob
|
history
diff --git
a/src/match.c
b/src/match.c
index
c007885
..
869850c
100644
(file)
--- a/
src/match.c
+++ b/
src/match.c
@@
-20,6
+20,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifdef HAVE_PCRE
#include <pcre.h>