Fix building with --disable-libcurl

We missed the header include in commit d9475f133e3c79875a7c4ccd92038b7123c1f155.

See: https://github.com/rsyslog/rsyslog/issues/2374
Bug: https://bugs.gentoo.org/646262
This commit is contained in:
Thomas Deutschmann 2018-02-10 00:07:42 +01:00
parent 6b8a54de97
commit be731c5f09
No known key found for this signature in database
GPG Key ID: 9709F90C3C96FFC8

View File

@ -36,7 +36,11 @@
#include <sys/types.h>
#include <libestr.h>
#include <time.h>
#ifdef HAVE_LIBCURL
#include <curl/curl.h>
#endif
#include "rsyslog.h"
#include "rainerscript.h"
#include "conf.h"