]> granicus.if.org Git - neomutt/commitdiff
test: add missing include 1682/head
authorPietro Cerutti <gahr@gahr.ch>
Tue, 30 Apr 2019 08:15:46 +0000 (08:15 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 30 Apr 2019 10:22:04 +0000 (11:22 +0100)
test/file/mutt_file_chmod_add_stat.c
test/file/mutt_file_chmod_rm_stat.c
test/file/mutt_file_decrease_mtime.c
test/file/mutt_file_get_stat_timespec.c
test/file/mutt_file_stat_compare.c
test/file/mutt_file_stat_timespec_compare.c

index 567b9e876d1258127c88bec7c2fdb92815a69285..219c5e2a62eaa6f8cf0234d8ee77175a9a152534 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_chmod_add_stat(void)
index ff261e81a48613551b5f14da120361ade787bcdd..c164e8d4905c24808510eb16da144ed68f6a19d2 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_chmod_rm_stat(void)
index 8d4ddab1ea9a32dc9169f0caa1873c79d304fbf9..82a4bb6e6e078e73947f64f55fbdcd151943ebb4 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_decrease_mtime(void)
index f5caa21c077a32cebdb26537187e99dc73477da0..ba4b3c99eac723a9495206b000a2ae7ea273b906 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_get_stat_timespec(void)
index bfdbd86789b2e05d79db26cac52a3c5c5b17381a..bff68940e42aae2a5b5692256aa03e83aee080e6 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_stat_compare(void)
index 0431998abbedca262cc98bb6df6033d0ef2a36b5..3fbe1868f1b2d776ec68d1a80cc61ad08156d083 100644 (file)
@@ -23,6 +23,7 @@
 #define TEST_NO_MAIN
 #include "acutest.h"
 #include "config.h"
+#include <sys/stat.h>
 #include "mutt/mutt.h"
 
 void test_mutt_file_stat_timespec_compare(void)