1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* 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

@ -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"