From 1680a639932e2381febb53a69630120aad5067d9 Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Tue, 8 May 2018 12:50:37 +0100
Subject: [PATCH] Reordered testdump includes

---
 tests/testDump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testDump.c b/tests/testDump.c
index 16e21c82bb..fa68ef9869 100644
--- a/tests/testDump.c
+++ b/tests/testDump.c
@@ -23,9 +23,9 @@
 #ifdef HAVE_POSIX_FALLOCATE /* Are we on a sensible platform? */
 
 /* Some standard headers. */
-#include <stdio.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <stdio.h>
 #include <string.h>
 #include <sys/mman.h>
 #include <sys/stat.h>
-- 
GitLab