diff options
author | green <green@FreeBSD.org> | 1999-07-03 04:56:57 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-07-03 04:56:57 +0000 |
commit | 73343338ebe9dfa5159ad8411e367ea689a627cb (patch) | |
tree | 0927e5997a9f0b84f7b5f85db923caef0c0deebf /sys/svr4 | |
parent | ec9b09edeb068b6c4e46272e8d3c17bcba15d800 (diff) | |
download | FreeBSD-src-73343338ebe9dfa5159ad8411e367ea689a627cb.zip FreeBSD-src-73343338ebe9dfa5159ad8411e367ea689a627cb.tar.gz |
sys/buf.h needs to have included sys/systm.h for spl prototypes.
Diffstat (limited to 'sys/svr4')
-rw-r--r-- | sys/svr4/svr4_sysvec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/svr4_sysvec.c b/sys/svr4/svr4_sysvec.c index 7823ef0..90a63fe 100644 --- a/sys/svr4/svr4_sysvec.c +++ b/sys/svr4/svr4_sysvec.c @@ -6,9 +6,9 @@ #endif #include <sys/param.h> +#include <sys/systm.h> #include <sys/buf.h> #include <sys/proc.h> -#include <sys/systm.h> #include <sys/sysent.h> #include <sys/imgact.h> #include <sys/imgact_elf.h> |