]> granicus.if.org Git - php/commitdiff
missing include for strlen proto
authorAnatol Belski <ab@php.net>
Mon, 13 Oct 2014 06:16:22 +0000 (08:16 +0200)
committerAnatol Belski <ab@php.net>
Mon, 13 Oct 2014 16:43:08 +0000 (18:43 +0200)
ext/xmlrpc/libxmlrpc/encodings.c

index f4cc212d7c96314fd5c19f7fff51493a88201d30..467dca922eaf5da69f1c4adf645e317d7de84393 100644 (file)
@@ -44,6 +44,7 @@
 static const char rcsid[] = "#(@) $Id$";
 
 #include <errno.h>
+#include <string.h>
 
 #ifdef HAVE_GICONV_H
 #include <giconv.h>