diff options
Diffstat (limited to 'src/process.c')
| -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. */ |