Browse Source

missing include for strlen proto

pull/865/merge
Anatol Belski 12 years ago
parent
commit
784c235f40
  1. 1
      ext/xmlrpc/libxmlrpc/encodings.c

1
ext/xmlrpc/libxmlrpc/encodings.c

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

Loading…
Cancel
Save