projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
467596e
)
build - Fix kernel build issue
author
Matthew Dillon <dillon@apollo.backplane.com>
Fri, 10 Sep 2010 09:27:41 +0000 (
02:27
-0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Fri, 10 Sep 2010 09:27:41 +0000 (
02:27
-0700)
* Missing include for token declaration
sys/sys/mpipe.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/mpipe.h
b/sys/sys/mpipe.h
index
b54959e
..
710734b
100644
(file)
--- a/
sys/sys/mpipe.h
+++ b/
sys/sys/mpipe.h
@@
-40,6
+40,9
@@
#ifndef _SYS_MALLOC_H_
#include <sys/malloc.h>
#endif
+#ifndef _SYS_THREAD_H_
+#include <sys/thread.h>
+#endif
/*
* Pipeline memory allocations with persistent store capabilities. This