summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-02 18:31:46 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-02 18:31:46 +0000
commitf2cfa9a63eeeb5ad139debc60b4fbb2f2475c570 (patch)
treed60230f06a2410fcc64cb7d0acf782781f8db09d
parent310ea200baee353174485b6822acb94fd214f722 (diff)
downloademacs-f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570.tar.gz
Maybe include net/errno.h.
-rw-r--r--src/process.c3
1 files changed, 3 insertions, 0 deletions
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 <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#ifdef NEED_NET_ERRNO_H
+#include <net/errno.h>
+#endif /* NEED_NET_ERRNO_H */
#endif /* HAVE_SOCKETS */
/* TERM is a poor-man's SLIP, used on Linux. */