diff mbox series

handler: fix warning in BTRFS subvolume handler

Message ID 20230521085913.18483-1-sbabic@denx.de
State Accepted
Headers show
Series handler: fix warning in BTRFS subvolume handler | expand

Commit Message

Stefano Babic May 21, 2023, 8:59 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 handlers/btrfs_handler.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/handlers/btrfs_handler.c b/handlers/btrfs_handler.c
index 517f7534..377359d8 100644
--- a/handlers/btrfs_handler.c
+++ b/handlers/btrfs_handler.c
@@ -8,6 +8,7 @@ 
 #include <errno.h>
 #include <stdio.h>
 #include <util.h>
+#include <unistd.h>
 #include <blkid/blkid.h>
 #include <btrfsutil.h>
 #include "fs_interface.h"