diff options
author | Arvind Sankar <[email protected]> | 2020-06-11 16:25:39 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-06-18 12:21:25 -0700 |
commit | 60356b1a211a0fcfe7dbd2e1dd280d6fc0170cf0 (patch) | |
tree | ca3cd9430efffadd0f1a98994c3d864ce16076b0 /module/zfs/blkptr.c | |
parent | c3fe42aabd9f8879500437e2be2968b47e8b6797 (diff) |
Add include files for prototypes
Include the header with prototypes in the file that provides definitions
as well, to catch any mismatch between prototype and definition.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Arvind Sankar <[email protected]>
Closes #10470
Diffstat (limited to 'module/zfs/blkptr.c')
-rw-r--r-- | module/zfs/blkptr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/blkptr.c b/module/zfs/blkptr.c index ee24b1c31..73600e4ab 100644 --- a/module/zfs/blkptr.c +++ b/module/zfs/blkptr.c @@ -17,6 +17,7 @@ * Copyright (c) 2013, 2016 by Delphix. All rights reserved. */ +#include <sys/blkptr.h> #include <sys/zfs_context.h> #include <sys/zio.h> #include <sys/zio_compress.h> |