X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixtm.c;h=2c392e40124dda4fb2de2fc740b1babe45494b85;hb=be888b85ebe1d2e8c04a2dfc28144e164ba02865;hp=062d3a05c712f518636dc57f7a1875d664633683;hpb=1045b39c0112a43e47d2a5b0fa48734e521d3f90;p=gnulib.git diff --git a/lib/posixtm.c b/lib/posixtm.c index 062d3a05c..2c392e401 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