summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/regression/fstest/fstest.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/regression/fstest/fstest.c b/tools/regression/fstest/fstest.c
index 41112a7..04ccbb3 100644
--- a/tools/regression/fstest/fstest.c
+++ b/tools/regression/fstest/fstest.c
@@ -30,15 +30,16 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
+
+#include <assert.h>
+#include <ctype.h>
+#include <errno.h>
#include <fcntl.h>
#include <grp.h>
+#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <assert.h>
+#include <unistd.h>
#ifndef HAS_TRUNCATE64
#define truncate64 truncate
OpenPOWER on IntegriCloud