From 50ee1db9f55acbaf33d505aaa0e0f82d4f73ce4d Mon Sep 17 00:00:00 2001 From: dyoung Date: Sun, 16 Dec 2007 20:45:59 +0000 Subject: [PATCH] #include for uint64_t. --- sys/sys/evcnt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/evcnt.h b/sys/sys/evcnt.h index ca073da9bc84..956f0ccaf110 100644 --- a/sys/sys/evcnt.h +++ b/sys/sys/evcnt.h @@ -1,4 +1,4 @@ -/* $NetBSD: evcnt.h,v 1.4 2007/08/26 18:15:14 matt Exp $ */ +/* $NetBSD: evcnt.h,v 1.5 2007/12/16 20:45:59 dyoung Exp $ */ /* * Copyright (c) 1996, 2000 Christopher G. Demetriou @@ -76,6 +76,7 @@ #define _SYS_EVCNT_H_ #include +#include /* * event counters