X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.c;h=10710eb618f2d079b05c3c13da026897b7314a40;hp=3a28f900dbfdb9bc8d9424563519d77ea0a40a3f;hb=2447fb9a9b85083c1e6fa54d0a18bdf3962fab1f;hpb=40fc711db6ebc891e41f15d2052847432e991a21 diff --git a/src/cookies.c b/src/cookies.c index 3a28f900..10710eb6 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -55,9 +55,7 @@ so, delete this exception statement from your version. */ #include "utils.h" #include "hash.h" #include "cookies.h" - -/* This should *really* be in a .h file! */ -time_t http_atotm (const char *); +#include "http.h" /* for http_atotm */ /* Declarations of `struct cookie' and the most basic functions. */