From: Roland McGrath Date: Mon, 28 Jul 2003 21:50:14 +0000 (+0000) Subject: 2003-07-28 Roland McGrath X-Git-Tag: cvs/glibc-2_3_3~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbb91e21b41fd79950512674de7c76fd24562764;p=thirdparty%2Fglibc.git 2003-07-28 Roland McGrath * sysdeps/unix/sysv/linux/sys/sysctl.h: Include before . --- diff --git a/sysdeps/unix/sysv/linux/sys/sysctl.h b/sysdeps/unix/sysv/linux/sys/sysctl.h index d5cdb1ce9ec..9dbb0fc0784 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