[packages/exim] Add missing header.

arekm arekm at pld-linux.org
Sun Apr 10 12:45:03 CEST 2022


commit 02ccdc9577e283ae07b0fa9616c0cfe346fdde09
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Apr 10 12:44:44 2022 +0200

    Add missing header.

 localscan_dlopen_exim_4.20_or_better.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
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 <dlfcn.h>
++#include <stdlib.h>
 +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL;
 +static int load_local_scan_library(void);
 +#endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/02ccdc9577e283ae07b0fa9616c0cfe346fdde09



More information about the pld-cvs-commit mailing list