diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-11-26 18:08:51 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-11-26 18:09:32 +0100 |
commit | a2eee970b908ab3f898b20a546c6bc0517bd2d17 (patch) | |
tree | 58fb9082a475c22e68ab61b9f26b464cc3a32403 /src | |
parent | 3f8b7c92b4cf074345c75d72eefd5fb0ba513cc6 (diff) |
fix configure error for OpenWrt also (see c1cecbab40ef2d70446308aabdef10d9c8e21be1)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ptunnel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h index 8f77458..7566f92 100644 --- a/src/ptunnel.h +++ b/src/ptunnel.h @@ -45,7 +45,7 @@ #define PING_TUNNEL_H 1 #ifndef WIN32 -#ifndef __ANDROID__ +#ifdef HAVE_SYS_UNISTD_H #include <sys/unistd.h> #endif #include <sys/types.h> |