From 60356b1a211a0fcfe7dbd2e1dd280d6fc0170cf0 Mon Sep 17 00:00:00 2001 From: Arvind Sankar Date: Thu, 11 Jun 2020 16:25:39 -0400 Subject: 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 Reviewed-by: Brian Behlendorf Signed-off-by: Arvind Sankar Closes #10470 --- module/zfs/blkptr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'module/zfs/blkptr.c') 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 #include #include #include -- cgit v1.2.3