Include header file being tested immediately after config.h.
[gnulib.git] / tests / test-fsync.c
index c00d54f..4766eb0 100644 (file)
 
 #include <config.h>
 
+#include <unistd.h>
+
 #include <errno.h>
 #include <stdio.h>
 #include <fcntl.h>
-#include <unistd.h>
 
 #define ASSERT(expr) \
   do                                                                         \