From 37869878eb5060bcabcb0ccfc1bd42570dc4ca7f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 12 Aug 1998 12:31:09 +0000 Subject: [PATCH] Add more magic to work better with kernel headers. --- sysdeps/unix/sysv/linux/socketbits.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/socketbits.h b/sysdeps/unix/sysv/linux/socketbits.h index 1813bdecf89..1864b14d39e 100644 --- a/sysdeps/unix/sysv/linux/socketbits.h +++ b/sysdeps/unix/sysv/linux/socketbits.h @@ -222,10 +222,12 @@ enum /* Get socket manipulation related informations from kernel headers. */ #ifndef _LINUX_TYPES_H # define _LINUX_TYPES_H +# include +# undef _LINUX_TYPES_H +#else +# include #endif -#include - /* Structure used to manipulate the SO_LINGER option. */ struct linger -- 2.47.2