summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2016-05-23 11:57:23 +0000
committerhselasky <hselasky@FreeBSD.org>2016-05-23 11:57:23 +0000
commit024c1d0e21075d1388cb9d72e892c74a2edadbc4 (patch)
tree7d6e393b9751129debbfa322005a771935b202af
parentdee3f2f5b89f67413ddf9c2428610fb2848a586e (diff)
downloadFreeBSD-src-024c1d0e21075d1388cb9d72e892c74a2edadbc4.zip
FreeBSD-src-024c1d0e21075d1388cb9d72e892c74a2edadbc4.tar.gz
Make header file standalone by including definitions for needed
linux_wait_xxx() functions. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
-rw-r--r--sys/compat/linuxkpi/common/include/linux/completion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/completion.h b/sys/compat/linuxkpi/common/include/linux/completion.h
index 92ccc61..73c1a99 100644
--- a/sys/compat/linuxkpi/common/include/linux/completion.h
+++ b/sys/compat/linuxkpi/common/include/linux/completion.h
@@ -32,6 +32,7 @@
#define _LINUX_COMPLETION_H_
#include <linux/errno.h>
+#include <linux/wait.h>
struct completion {
unsigned int done;
OpenPOWER on IntegriCloud