From cbb91e21b41fd79950512674de7c76fd24562764 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Jul 2003 21:50:14 +0000 Subject: 2003-07-28 Roland McGrath * sysdeps/unix/sysv/linux/sys/sysctl.h: Include before . --- sysdeps/unix/sysv/linux/sys/sysctl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/sys/sysctl.h b/sysdeps/unix/sysv/linux/sys/sysctl.h index d5cdb1ce9e..9dbb0fc078 100644 --- a/sysdeps/unix/sysv/linux/sys/sysctl.h +++ b/sysdeps/unix/sysv/linux/sys/sysctl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1999, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,6 +26,9 @@ #define _LINUX_KERNEL_H 1 #define _LINUX_TYPES_H 1 #define _LINUX_LIST_H 1 +/* We do need this one for the declarations in , + since we've elided the inclusion of that gets them. */ +#include #include __BEGIN_DECLS -- cgit v1.2.3