mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
LOG_PERROR does not exist on Solaris
This commit is contained in:
parent
75702f640b
commit
bab8737dce
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user