From 5ab74d25a8f0973ec33feb73d82d20f633ce4bc5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Mar 2007 18:40:48 +0000 Subject: [PATCH] Include , for malloc(). --- ChangeLog | 4 +--- lib/unistr/u-cpy-alloc.h | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 117c58f502..647b087582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,6 @@ 2007-03-17 Bruno Haible - * lib/unistr/u8-cpy-alloc.c: Include . - * lib/unistr/u16-cpy-alloc.c: Include . - * lib/unistr/u32-cpy-alloc.c: Include . + * lib/unistr/u-cpy-alloc.h: Include . 2007-03-17 Bruno Haible diff --git a/lib/unistr/u-cpy-alloc.h b/lib/unistr/u-cpy-alloc.h index 33d78ff00d..2baaf8c928 100644 --- a/lib/unistr/u-cpy-alloc.h +++ b/lib/unistr/u-cpy-alloc.h @@ -1,5 +1,5 @@ /* Copy piece of UTF-8/UTF-16/UTF-32 string. - Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software; you can redistribute it and/or modify it @@ -17,6 +17,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include #include UNIT * -- 2.30.2