From: Matthew Dillon Date: Fri, 10 Sep 2010 09:27:41 +0000 (-0700) Subject: build - Fix kernel build issue X-Git-Tag: v2.8.0~241^2~1 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3663683087cb94b62538e677dc8325eb90ce1b71 build - Fix kernel build issue * Missing include for token declaration --- diff --git a/sys/sys/mpipe.h b/sys/sys/mpipe.h index b54959e..710734b 100644 --- a/sys/sys/mpipe.h +++ b/sys/sys/mpipe.h @@ -40,6 +40,9 @@ #ifndef _SYS_MALLOC_H_ #include #endif +#ifndef _SYS_THREAD_H_ +#include +#endif /* * Pipeline memory allocations with persistent store capabilities. This