diff options
Diffstat (limited to 'libc/sysdeps/linux/common/cmsg_nxthdr.c')
-rw-r--r-- | libc/sysdeps/linux/common/cmsg_nxthdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/cmsg_nxthdr.c b/libc/sysdeps/linux/common/cmsg_nxthdr.c index 3fe0443ab..0b198e1bc 100644 --- a/libc/sysdeps/linux/common/cmsg_nxthdr.c +++ b/libc/sysdeps/linux/common/cmsg_nxthdr.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <features.h> +#include <stddef.h> /* Prevent math.h from defining a colliding inline */ #undef __USE_EXTERN_INLINES #include <sys/socket.h> |