aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-02 18:31:46 +0000
committerRichard M. Stallman1995-08-02 18:31:46 +0000
commitf2cfa9a63eeeb5ad139debc60b4fbb2f2475c570 (patch)
treed60230f06a2410fcc64cb7d0acf782781f8db09d /src
parent310ea200baee353174485b6822acb94fd214f722 (diff)
downloademacs-f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570.tar.gz
emacs-f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570.zip
Maybe include net/errno.h.
Diffstat (limited to 'src')
-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. */
52#include <netdb.h> 52#include <netdb.h>
53#include <netinet/in.h> 53#include <netinet/in.h>
54#include <arpa/inet.h> 54#include <arpa/inet.h>
55#ifdef NEED_NET_ERRNO_H
56#include <net/errno.h>
57#endif /* NEED_NET_ERRNO_H */
55#endif /* HAVE_SOCKETS */ 58#endif /* HAVE_SOCKETS */
56 59
57/* TERM is a poor-man's SLIP, used on Linux. */ 60/* TERM is a poor-man's SLIP, used on Linux. */