mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
Maybe include net/errno.h.
This commit is contained in:
parent
310ea200ba
commit
f2cfa9a63e
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue