]> git.eshelyaron.com Git - emacs.git/commitdiff
Maybe include net/errno.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:31:46 +0000 (18:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:31:46 +0000 (18:31 +0000)
src/process.c

index 589028e6c66de8d4c63af34a0e2695c9ef9eeae0..714fc928c09d7b8175348c85905fbbe188974aca 100644 (file)
@@ -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.  */