X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.h;h=142231e286f8a7c63dbfa1fca606ec142a8bdedd;hb=1b9bd2b9f83a84ede12622d6a040383b6bded37d;hp=4694cdb6669c1dc6ec54a0f61663ac09c02cca91;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/getdate.h b/lib/getdate.h index 4694cdb66..142231e28 100644 --- a/lib/getdate.h +++ b/lib/getdate.h @@ -1,6 +1,7 @@ /* Parse a string into an internal time stamp. - Copyright (C) 1995, 1997, 1998, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2003, 2004, 2007 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 @@ -17,6 +18,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#include "timespec.h" +#include bool get_date (struct timespec *, char const *, struct timespec const *);