summaryrefslogtreecommitdiff
path: root/kern/evcnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/evcnt.c')
-rw-r--r--kern/evcnt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/evcnt.c b/kern/evcnt.c
index 803516d0..e993edd9 100644
--- a/kern/evcnt.c
+++ b/kern/evcnt.c
@@ -15,12 +15,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <string.h>
+
#include <kern/evcnt.h>
#include <kern/init.h>
#include <kern/list.h>
#include <kern/mutex.h>
#include <kern/printk.h>
-#include <kern/string.h>
/*
* Global list of all registered counters.