aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dristat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dristat.c b/tests/dristat.c
index 900a3e6e..4f2ee80a 100644
--- a/tests/dristat.c
+++ b/tests/dristat.c
@@ -27,6 +27,10 @@
27 * 27 *
28 */ 28 */
29 29
30#ifdef HAVE_CONFIG_H
31# include <config.h>
32#endif
33
30#include <stdio.h> 34#include <stdio.h>
31#include <stdlib.h> 35#include <stdlib.h>
32#include <unistd.h> 36#include <unistd.h>