aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2021-02-22 11:35:56 +0000
committerMartin Matuska <mm@FreeBSD.org>2021-02-22 12:01:17 +0000
commitba27dd8be821792e15bdabfac69fd6cab0cf9dd3 (patch)
tree30f7d12786f5c11faa167b2d5f88fbfb2f8c231c /stand
parentc02a28754bc229c05e8baf9b6632cbd59bc73e48 (diff)
parent0626917d07863899cfee3820aa57c6b7ed4304f4 (diff)
Diffstat (limited to 'stand')
-rw-r--r--stand/libsa/zfs/zstd_shim.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/libsa/zfs/zstd_shim.c b/stand/libsa/zfs/zstd_shim.c
index b94df6f51913..91f5171a72b5 100644
--- a/stand/libsa/zfs/zstd_shim.c
+++ b/stand/libsa/zfs/zstd_shim.c
@@ -37,4 +37,9 @@ __FBSDID("$FreeBSD$");
#define ZFS_MODULE_PARAM_ARGS void
typedef int boolean_t; /* This one may be tough to get rid of */
+/* TODO: openzfs/include/sys/uio_impl.h must not be included */
+#ifndef _SYS_UIO_IMPL_H
+#define _SYS_UIO_IMPL_H
+#endif
+
#include <contrib/openzfs/module/zstd/zfs_zstd.c>