# HG changeset patch # User Jim Meyering # Date 962016918 0 # Node ID 40016a45f806f0b61dd5e32ded6588866ab90af6 # Parent 86a285d4780004dca55a91a05ed6aaaa1396e684 [HAVE_STDLIB_H]: Include stdlib.h. diff --git a/lib/posixtm.c b/lib/posixtm.c --- 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