summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/sys/systm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/systm.h b/sys/include/sys/systm.h
index 89f196f..42e1723 100644
--- a/sys/include/sys/systm.h
+++ b/sys/include/sys/systm.h
@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/proc.h>
+#include <assert.h>
#if defined(_KERNEL)
int copyin(const void *uaddr, void *kaddr, size_t len);