From 331b3aee78b18779269b1f5aa89c3d3781667f8a Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 7 Apr 1998 09:12:51 +0000 Subject: [PATCH] Allow inclusion from netinet.in.h. --- sysdeps/unix/sysv/linux/mips/bits/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/mips/bits/socket.h b/sysdeps/unix/sysv/linux/mips/bits/socket.h index f481a478b2..75ed54fc56 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/socket.h +++ b/sysdeps/unix/sysv/linux/mips/bits/socket.h @@ -17,7 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _SYS_STAT_H +#if !defined _SYS_STAT_H && !defined _NETINET_IN_H # error "Never include directly; use instead." #endif -- 2.11.0