From: Richard M. Stallman Date: Wed, 2 Aug 1995 18:31:46 +0000 (+0000) Subject: Maybe include net/errno.h. X-Git-Tag: emacs-19.34~3111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570;p=emacs.git Maybe include net/errno.h. --- diff --git a/src/process.c b/src/process.c index 589028e6c66..714fc928c09 100644 --- a/src/process.c +++ b/src/process.c @@ -52,6 +52,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#ifdef NEED_NET_ERRNO_H +#include +#endif /* NEED_NET_ERRNO_H */ #endif /* HAVE_SOCKETS */ /* TERM is a poor-man's SLIP, used on Linux. */