From 1c79f726622c4a90e9ed4882246c0c320a8e6fdc Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 20 Sep 2021 23:26:32 -0400 Subject: [PATCH] Add missing include to fops.c. --- src/fops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fops.c b/src/fops.c index 2f35dc4..521b50b 100644 --- a/src/fops.c +++ b/src/fops.c @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include #include #include #include -- 2.43.2