freebsd-ports/mail/ezmlm/files/patch-ezmlm-manage.c
Kirill Ponomarev e45d32517e - Unbreak under GCC 3.3
PR:		55182
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-08-02 14:31:03 +00:00

10 lines
314 B
C

--- ezmlm-manage.c.orig Sat Aug 2 13:07:10 2003
+++ ezmlm-manage.c Sat Aug 2 13:07:30 2003
@@ -22,6 +22,7 @@
#include "fmt.h"
#include "subscribe.h"
#include "cookie.h"
+#include "log.h"
#define FATAL "ezmlm-manage: fatal: "
void die_usage() { strerr_die1x(100,"ezmlm-manage: usage: ezmlm-manage dir"); }