diff options
-rw-r--r-- | tests/dristat.c | 4 |
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 @@ * */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <unistd.h> |