From 46ddf0e34b03f7711a9c80f7a70dc8cbf732f782 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Wed, 19 Nov 2014 16:38:46 -0600 Subject: probe for getspnam(), forkpty(), utmpx, replace sethostname() Android is missing all of these; we need to probe for some so we have a config symbol to depend on. sethostname() is easily replaced. We got termios.h via pty.h; now it's not included in configure-step tools, so we need termios.h to generate globals. --- toys.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toys.h') diff --git a/toys.h b/toys.h index ed1fa811..6b5f87aa 100644 --- a/toys.h +++ b/toys.h @@ -41,10 +41,10 @@ #include #include #include +#include #include #include #include -#include // Posix networking @@ -64,7 +64,6 @@ #include // LSB 4.1 headers -#include #include #include #include -- cgit v1.2.3