From: Jim Meyering Date: Thu, 16 Oct 2003 07:07:33 +0000 (+0000) Subject: Include , for declarations of memset and memcpy. X-Git-Tag: v5.1.0~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3691d6c0aa76879d2c1fd09c14f6dd4776cc42a3;p=thirdparty%2Fcoreutils.git Include , for declarations of memset and memcpy. --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index f2fddb75c6..a595fe32bd 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -1,6 +1,6 @@ /* xmalloc.c -- malloc with out of memory checking - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2003, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -25,6 +25,7 @@ #include #include +#include #include "gettext.h" #define _(msgid) gettext (msgid)