Browse Source

Silence a silly warning

Eric Andersen 24 years ago
parent
commit
7bd9ab8760
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/sysdeps/linux/common/cmsg_nxthdr.c

+ 2 - 0
libc/sysdeps/linux/common/cmsg_nxthdr.c

@@ -17,6 +17,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
    Boston, MA 02111-1307, USA.  */
 
 
+#define __FORCE_GLIBC__
+#include <features.h>
 #include <sys/socket.h>
 #include <sys/socket.h>