LOG_PERROR does not exist on Solaris

This commit is contained in:
Thomas Bernard 2016-11-11 08:53:12 -05:00
parent 75702f640b
commit bab8737dce
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
#include <grp.h>
#endif
/* LOG_PERROR does not exist on Solaris */
#ifndef LOG_PERROR
#define LOG_PERROR 0
#endif /* LOG_PERROR */
#include "getifaddr.h"
#include "upnputils.h"
#include "openssdpsocket.h"