Linux 3.7: remove use of param.h and ioctl.h
[openafs.git] / src / rx / xdr_arrayn.c
index a7301d3..2a2e081 100644 (file)
@@ -47,8 +47,9 @@
  */
 
 #if defined(KERNEL) && !defined(UKERNEL)
-
+#if !defined(AFS_LINUX26_ENV)
 #include <sys/param.h>
+#endif
 #ifdef AFS_LINUX20_ENV
 #include "h/string.h"
 #else