diff options
| author | Richard M. Stallman | 1995-08-02 18:31:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-02 18:31:46 +0000 |
| commit | f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570 (patch) | |
| tree | d60230f06a2410fcc64cb7d0acf782781f8db09d /src | |
| parent | 310ea200baee353174485b6822acb94fd214f722 (diff) | |
| download | emacs-f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570.tar.gz emacs-f2cfa9a63eeeb5ad139debc60b4fbb2f2475c570.zip | |
Maybe include net/errno.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 3 |
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. */ |