From: Nickolai Zeldovich Date: Thu, 7 Feb 2002 03:07:23 +0000 (+0000) Subject: Include linux/sysctl.h after afsconfig.h, since we need the X-Git-Tag: openafs-devel-1_3_0~12 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=21455cdba29829fffbb9355495198a4c2a77bc24 Include linux/sysctl.h after afsconfig.h, since we need the modversion stuff first. --- diff --git a/src/afs/LINUX/osi_sysctl.c b/src/afs/LINUX/osi_sysctl.c index af4bef2..e75603b 100644 --- a/src/afs/LINUX/osi_sysctl.c +++ b/src/afs/LINUX/osi_sysctl.c @@ -6,9 +6,6 @@ * Written Jan 30, 2002 by Kris Van Hees (Sine Nomine Associates) */ -#include -#include - #include #include "../afs/param.h" @@ -16,6 +13,9 @@ #include "../afs/afsincludes.h" /* Afs-based standard headers */ #include "../afs/afs_stats.h" /* afs statistics */ +#include +#include + /* From afs_analyze.c */ extern afs_int32 hm_retry_RO; extern afs_int32 hm_retry_RW;