summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/watchdog.h')
-rw-r--r--freebsd/sys/sys/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/watchdog.h b/freebsd/sys/sys/watchdog.h
index 191456a4..3728d742 100644
--- a/freebsd/sys/sys/watchdog.h
+++ b/freebsd/sys/sys/watchdog.h
@@ -104,7 +104,7 @@
#ifdef _KERNEL
-#include <sys/eventhandler.h>
+#include <sys/_eventhandler.h>
typedef void (*watchdog_fn)(void *, u_int, int *);