Include <stddef.h> here so that <sys/assym.h> can be unpolluted.

Include <sys/param.h> before <sys/assym.h> in case any of the magic
in the former is ever needed in the latter.
This commit is contained in:
Bruce Evans 2000-01-08 19:53:18 +00:00
parent f6530d902a
commit 7eed718873
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55626
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
/* $FreeBSD$ */
#include <sys/assym.h>
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>
#include <i386/linux/linux.h>

View File

@ -1,7 +1,9 @@
/* $FreeBSD$ */
#include <sys/assym.h>
#include <stddef.h>
#include <sys/param.h>
#include <sys/assym.h>
#include <i386/linux/linux.h>