blob: 0ff204a127be1d2c87f04fe6f78e69388b692682 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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"); }
|