From: Jim Meyering Date: Mon, 26 Jun 2000 10:55:18 +0000 (+0000) Subject: [HAVE_STDLIB_H]: Include stdlib.h. X-Git-Tag: FILEUTILS-4_0w~57 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=204a9ee1152b2652dfbdb721e71f74f04bb30dce;p=thirdparty%2Fcoreutils.git [HAVE_STDLIB_H]: Include stdlib.h. --- diff --git a/lib/posixtm.c b/lib/posixtm.c index 062d3a05c7..2c392e4012 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -1,5 +1,5 @@ /* Parse dates for touch and date. - Copyright (C) 1989, 1990, 1991, 1998 Free Software Foundation Inc. + Copyright (C) 1989, 1990, 1991, 1998, 2000 Free Software Foundation Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,6 +23,9 @@ #endif #include +#if HAVE_STDLIB_H +# include +#endif #include #if HAVE_STRING_H # include