android fix syslog path
This commit is contained in:
parent
54d037e177
commit
759e50cdc8
1 changed files with 4 additions and 0 deletions
|
@ -105,7 +105,11 @@
|
|||
#else
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
#if defined (__ANDROID__)
|
||||
#include <syslog.h>
|
||||
#else
|
||||
#include <sys/syslog.h>
|
||||
#endif
|
||||
#include <sys/un.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue