From 9470e71e1fe3ab7623dbf407c0abbd3d321886e7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Mar 2007 18:41:28 +0000 Subject: [PATCH] Include , for malloc(). --- ChangeLog | 4 ++++ lib/unistr/u-strdup.h | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 647b087582..692f1d56bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-17 Bruno Haible + + * lib/unistr/u-strdup.h: Include . + 2007-03-17 Bruno Haible * lib/unistr/u-cpy-alloc.h: Include . diff --git a/lib/unistr/u-strdup.h b/lib/unistr/u-strdup.h index 416c657f71..5ab507b003 100644 --- a/lib/unistr/u-strdup.h +++ b/lib/unistr/u-strdup.h @@ -17,6 +17,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include #include UNIT * -- 2.30.2