Include header file being tested immediately after config.h.
[pspp] / tests / test-strerror.c
index ba23edc917f9c24219d63f1faa163c8b9c541ddf..22e9f5ad951e46f06b5efa3e99736b1d2c6aa61b 100644 (file)
 
 #include <config.h>
 
+#include <string.h>
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 
 #define ASSERT(expr) \
   do                                                                         \