diff --git a/src/pulsecore/socket-server.c b/src/pulsecore/socket-server.c index 23096a0d5..fd81c2ae3 100644 --- a/src/pulsecore/socket-server.c +++ b/src/pulsecore/socket-server.c @@ -45,8 +45,17 @@ #ifdef HAVE_LIBWRAP #include + +/* Solaris requires that the allow_severity and deny_severity variables be + * defined in the client program. */ +#ifdef __sun +#include +int allow_severity = LOG_INFO; +int deny_severity = LOG_WARNING; #endif +#endif /* HAVE_LIBWRAP */ + #include #include