summaryrefslogtreecommitdiffstats
path: root/sendlib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-03 19:58:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-03 19:58:41 +0000
commit275858eee6d57bafc48f56095c324efe56b59511 (patch)
treedb60c5442cbfa4cc5d75094376da8068ff21857e /sendlib.c
parente0ae569c01e6aa93463d18aa6531f507943d7614 (diff)
releasing 0.96.1.
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sendlib.c b/sendlib.c
index 995ba222..f263f4b2 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -38,6 +38,8 @@
#ifdef HAVE_SYSEXITS_H
#include <sysexits.h>
+#else /* Make sure EX_OK is defined <philiph@pobox.com> */
+#define EX_OK 0
#endif
extern char RFC822Specials[];