]> git.pld-linux.org Git - packages/exim.git/commitdiff
Add missing header.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Apr 2022 10:44:44 +0000 (12:44 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Apr 2022 10:44:44 +0000 (12:44 +0200)
localscan_dlopen_exim_4.20_or_better.patch

index 0947c3cc45ea7b9a66b3b7663e5d4b0b9fb37b9a..f139cb0d7ec87e838874275f511f17e17bbd8fe0 100644 (file)
@@ -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
This page took 0.512265 seconds and 4 git commands to generate.