head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.10.11.12.23.12; author rse; state Exp; branches; next ; commitid JQlNHvszUKowRcmt; desc @@ 1.1 log @new package: libesmtp 1.0.4 (SMTP Client Library) @ text @Index: headers.c --- headers.c.orig 2005-12-15 21:52:01 +0100 +++ headers.c 2008-10-11 14:15:32 +0200 @@@@ -32,6 +32,9 @@@@ #include #include #include +#ifdef HAVE_GETTIMEOFDAY +#include +#endif #include #include Index: protocol.c --- protocol.c.orig 2005-02-03 20:04:58 +0100 +++ protocol.c 2008-10-11 14:16:48 +0200 @@@@ -38,6 +38,9 @@@@ #include /* declarations for missing library functions */ #include +#ifndef PF_UNSPEC +#define PF_UNSPEC 0 +#endif #if HAVE_LWRES_NETDB_H # include #elif !HAVE_GETADDRINFO @