Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftests: filesystems: add missing stddef header
@ 2024-04-17 16:16 Amer Al Shanawany
  2024-04-19 16:45 ` Muhammad Usama Anjum
  0 siblings, 1 reply; 7+ messages in thread
From: Amer Al Shanawany @ 2024-04-17 16:16 UTC (permalink / raw)
  To: Shuah Khan, Christian Brauner, Amer Al Shanawany, Miklos Szeredi,
	linux-kselftest, linux-kernel
  Cc: Javier Carrasco

fix compiler warning and errors when compiling statmount test.

Signed-off-by: Amer Al Shanawany <amer.shanawany@gmail.com>
---
 tools/testing/selftests/filesystems/statmount/statmount_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/filesystems/statmount/statmount_test.c b/tools/testing/selftests/filesystems/statmount/statmount_test.c
index 3eafd7da58e2..e6d7c4f1c85b 100644
--- a/tools/testing/selftests/filesystems/statmount/statmount_test.c
+++ b/tools/testing/selftests/filesystems/statmount/statmount_test.c
@@ -3,6 +3,7 @@
 #define _GNU_SOURCE
 
 #include <assert.h>
+#include <stddef.h>
 #include <stdint.h>
 #include <sched.h>
 #include <fcntl.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-04 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17 16:16 [PATCH] selftests: filesystems: add missing stddef header Amer Al Shanawany
2024-04-19 16:45 ` Muhammad Usama Anjum
2024-04-20 15:56   ` Amer Al Shanawany
2024-04-22  5:17     ` Muhammad Usama Anjum
2024-04-22 13:16       ` [PATCH v2] " Amer Al Shanawany
2024-04-22 13:49         ` Muhammad Usama Anjum
2024-05-04 17:20           ` Amer Al Shanawany

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox