diff --git a/g10/ChangeLog b/g10/ChangeLog index 89d63276b..eb16eba2f 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2006-04-22 David Shaw + + * keyserver.c: Fix build problem with platforms that stick libcurl + in a place not in the regular include search path. + 2006-04-20 David Shaw * options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2. diff --git a/g10/keyserver.c b/g10/keyserver.c index 256691a2a..a4e890c2e 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -26,9 +26,6 @@ #include #include #include -#ifdef HAVE_LIBCURL -#include -#endif #include "filter.h" #include "keydb.h" #include "status.h"