From: Jim Meyering Date: Wed, 13 Apr 2011 09:11:42 +0000 (+0200) Subject: Avoid warning about implicit declaration of strlen. X-Git-Tag: 1.11.1~17 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=a53833fdd21cd573fe8fd02d7a11a3a5e9764ce0 Avoid warning about implicit declaration of strlen. * src/events.c: Include , for use of strlen. --- 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 #include #include +#include #include "ignore-value.h"