aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2014-09-28 13:48:16 -0500
committerRob Clark2014-09-28 13:52:51 -0500
commit0599f2fd6aea0421a91d9297dcd454aa416dfbaa (patch)
tree2aa4e27864c0b3b46d52740ccda1d6c39ab88b8f
parentc09dcbc736afb2e6a05d4cfc5c3d878ace43e2ba (diff)
downloadexternal-libdrm-0599f2fd6aea0421a91d9297dcd454aa416dfbaa.tar.gz
external-libdrm-0599f2fd6aea0421a91d9297dcd454aa416dfbaa.tar.xz
external-libdrm-0599f2fd6aea0421a91d9297dcd454aa416dfbaa.zip
more compile fix
Signed-off-by: Rob Clark <robdclark@gmail.com>
-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>