* keyserver.c: Fix build problem with platforms that stick libcurl in

a place not in the regular include search path.
This commit is contained in:
David Shaw 2006-04-22 14:15:50 +00:00
parent fcb3150564
commit 19c353232e
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-04-22 David Shaw <dshaw@jabberwocky.com>
* 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 <dshaw@jabberwocky.com>
* options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.

View File

@ -26,9 +26,6 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#ifdef HAVE_LIBCURL
#include <curl/curl.h>
#endif
#include "filter.h"
#include "keydb.h"
#include "status.h"