From 6e92d42a5df338cc93fdc01246a312502109935a Mon Sep 17 00:00:00 2001 From: Giovanna Lazzari Miotto <giovanna.lazzari.miotto@cern.ch> Date: Thu, 29 Aug 2024 16:47:08 +0200 Subject: [PATCH] posix c calls tests --- test/testing_scripts/creat_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testing_scripts/creat_test.cpp b/test/testing_scripts/creat_test.cpp index 6a36b5b6..d884083d 100644 --- a/test/testing_scripts/creat_test.cpp +++ b/test/testing_scripts/creat_test.cpp @@ -1,5 +1,6 @@ #include <errno.h> #include <fcntl.h> +#include <linux/famfs_ioctl.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> -- GitLab