diff options
Diffstat (limited to 'usr/src/lib/libzpool/common/kernel.c')
-rw-r--r-- | usr/src/lib/libzpool/common/kernel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libzpool/common/kernel.c b/usr/src/lib/libzpool/common/kernel.c index 95a1c54622..0d43302861 100644 --- a/usr/src/lib/libzpool/common/kernel.c +++ b/usr/src/lib/libzpool/common/kernel.c @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2015 by Delphix. All rights reserved. - * Copyright (c) 2013, Joyent, Inc. All rights reserved. + * Copyright 2020 Joyent, Inc. * Copyright 2017 RackTop Systems. */ @@ -41,7 +41,7 @@ #include <sys/zmod.h> #include <sys/utsname.h> #include <sys/systeminfo.h> -#include <libzfs.h> +#include <libzutil.h> #include <sys/crypto/common.h> #include <sys/crypto/impl.h> #include <sys/crypto/api.h> |