mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
build: include <string.h> for src/match.c's use of strlen
This commit is contained in:
committed by
Richard W.M. Jones
parent
343ba6d482
commit
daf55c0797
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_PCRE
|
||||
#include <pcre.h>
|
||||
|
||||
Reference in New Issue
Block a user