All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] [COMMITTED] lapi/fs.h: Include <sys/types.h>
@ 2020-08-10 13:32 Cyril Hrubis
  0 siblings, 0 replies; only message in thread
From: Cyril Hrubis @ 2020-08-10 13:32 UTC (permalink / raw)
  To: ltp

To get the loff_t defined.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 include/lapi/fs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/lapi/fs.h b/include/lapi/fs.h
index 430d21f27..8b54afd43 100644
--- a/include/lapi/fs.h
+++ b/include/lapi/fs.h
@@ -10,6 +10,7 @@
 # include <linux/fs.h>
 #endif
 
+#include <sys/types.h>
 #include <sys/user.h>
 #include <limits.h>
 #include "lapi/abisize.h"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-10 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 13:32 [LTP] [PATCH] [COMMITTED] lapi/fs.h: Include <sys/types.h> Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.