mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 03:50:41 +01:00
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:
parent
6b8a54de97
commit
be731c5f09
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user