$NetBSD$

--- src/pulsar_deliver.c.orig	2003-09-07 17:29:23.000000000 +0200
+++ src/pulsar_deliver.c	2004-03-14 12:03:48.000000000 +0100
@@ -35,6 +35,11 @@
 #include "users.h"
 #include "error_facility.h"
 
+#ifdef WITH_TCP_WRAPPERS
+int allow_severity;
+int deny_severity;
+#endif /* WITH_TCP_WRAPPERS */
+
 strStaticData g;
 //------------------------------------------------------------------------------------------------------------
 void help(const char *filename) {

