1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

#include "opt_cpu.h" so we notice our options.

This commit is contained in:
Poul-Henning Kamp 2003-02-19 20:50:02 +00:00
parent 367a0516d8
commit ec20bdf897
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111138

View File

@ -27,6 +27,7 @@
* #endif ELAN_PPS
*/
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>