Skip to content

Commit d4f44e2

Browse files
committed
lapi/fs.h: Include <sys/types.h>
To get the loff_t defined. Signed-off-by: Cyril Hrubis <[email protected]>
1 parent 7bdb91c commit d4f44e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/lapi/fs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# include <linux/fs.h>
1111
#endif
1212

13+
#include <sys/types.h>
1314
#include <sys/user.h>
1415
#include <limits.h>
1516
#include "lapi/abisize.h"

0 commit comments

Comments
 (0)