diff options
Diffstat (limited to 'module/zcommon/zfs_fletcher_superscalar4.c')
-rw-r--r-- | module/zcommon/zfs_fletcher_superscalar4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfs_fletcher_superscalar4.c b/module/zcommon/zfs_fletcher_superscalar4.c index 9e69dc30e..e3eda0295 100644 --- a/module/zcommon/zfs_fletcher_superscalar4.c +++ b/module/zcommon/zfs_fletcher_superscalar4.c @@ -44,7 +44,7 @@ #include <sys/param.h> #include <sys/byteorder.h> #include <sys/spa_checksum.h> -#include <sys/strings.h> +#include <sys/string.h> #include <zfs_fletcher.h> ZFS_NO_SANITIZE_UNDEFINED |