diff options
author | Rob Clark <robdclark@gmail.com> | 2014-09-28 14:48:16 -0400 |
---|---|---|
committer | Rob Clark <robclark@freedesktop.org> | 2014-09-28 14:52:51 -0400 |
commit | 0599f2fd6aea0421a91d9297dcd454aa416dfbaa (patch) | |
tree | 2aa4e27864c0b3b46d52740ccda1d6c39ab88b8f | |
parent | c09dcbc736afb2e6a05d4cfc5c3d878ace43e2ba (diff) |
more compile fix
Signed-off-by: Rob Clark <robdclark@gmail.com>
-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> |