blob: 7751aed3e01a942cda980820398890ee0b61c413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ezmlm-dispatch.c,v 1.1 2017/05/25 20:41:27 schmonz Exp $
Fix Illumos build.
--- ezmlm-dispatch.c.orig 2014-05-15 02:54:21.000000000 +0000
+++ ezmlm-dispatch.c
@@ -4,6 +4,7 @@
#include "env.h"
#include "sender.h"
#include "strerr.h"
+#include "sgetopt.h"
#include "getconfopt.h"
#include "substdio.h"
#include "subfd.h"
|