1 Include <fcntl.h> to get loff_t definition
3 Fixes the following build issue with musl:
5 dqblk_v2.h:32:2: error: unknown type name ‘loff_t’
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 ===================================================================
14 #define GUARD_DQBLK_V2_H
16 #include <sys/types.h>
18 #include "quota_tree.h"
20 #define Q_V2_GETQUOTA 0x0D00 /* Get limits and usage */