From: Arkadiusz Miƛkiewicz Date: Sun, 10 Apr 2022 10:44:44 +0000 (+0200) Subject: Add missing header. X-Git-Tag: auto/th/exim-4.95-4~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fexim.git;a=commitdiff_plain;h=02ccdc9 Add missing header. --- diff --git a/localscan_dlopen_exim_4.20_or_better.patch b/localscan_dlopen_exim_4.20_or_better.patch index 0947c3c..f139cb0 100644 --- a/localscan_dlopen_exim_4.20_or_better.patch +++ b/localscan_dlopen_exim_4.20_or_better.patch @@ -86,7 +86,7 @@ Last-Update: 2021-07-28 extern uschar * (*lwr_receive_getbuf)(unsigned *); --- a/src/local_scan.c +++ b/src/local_scan.c -@@ -4,60 +4,135 @@ +@@ -4,60 +4,136 @@ /* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -141,6 +141,7 @@ Last-Update: 2021-07-28 -*/ +#ifdef DLOPEN_LOCAL_SCAN +#include ++#include +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL; +static int load_local_scan_library(void); +#endif