]> granicus.if.org Git - php/commitdiff
- Change email
authorMarcus Boerger <helly@php.net>
Fri, 12 Sep 2003 13:31:23 +0000 (13:31 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 12 Sep 2003 13:31:23 +0000 (13:31 +0000)
- Fix warnings

ext/mbstring/libmbfl/filters/html_entities.c

index 0f7ec86b7da595e76b743c28cafc220b0b043c51..0fc0476b9f5c290a6019e9644f74547e6cad0646 100644 (file)
@@ -18,7 +18,7 @@
  * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  * Suite 330, Boston, MA  02111-1307  USA
  *
- * The author of this part: Marcus Boerger <marcus.boerger@t-online.de>
+ * The author of this part: Marcus Boerger <helly@php.net>
  *
  */
 /*
@@ -32,6 +32,7 @@
 #endif
 
 #include "mbfilter.h"
+#include <string.h>
 
 const mbfl_html_entity mbfl_html_entity_list[] = { /*
   {"quot",       34},  DO NOT CONVERT THESE AUTOMATICALLY