Fix a include gottcha in the SMP case.

Submitted by: Simon Shapiro <Shimon@Simon-Shapiro.ORG>
This commit is contained in:
Poul-Henning Kamp 1997-12-29 23:36:56 +00:00
parent f7d8bb14f0
commit 681299a26e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32106

View File

@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: perfmon.c,v 1.13 1997/12/26 20:41:37 phk Exp $
* $Id: perfmon.c,v 1.14 1997/12/28 17:33:01 phk Exp $
*/
#include <sys/param.h>
@ -35,8 +35,8 @@
#ifndef SMP
#include <machine/cputypes.h>
#include <machine/clock.h>
#endif
#include <machine/clock.h>
#include <machine/perfmon.h>
static int perfmon_inuse;