diff options
author | Jon Smirl | 2004-10-09 19:09:31 -0500 |
---|---|---|
committer | Jon Smirl | 2004-10-09 19:09:31 -0500 |
commit | b5e02f8eb3b9c178014e510e5999fab671031a6c (patch) | |
tree | 1890a552543a1f4dd3df75c2806634536384f11a /tests/dristat.c | |
parent | 8727326371621c8c2b9f794532ca543a708ed71f (diff) | |
download | external-libdrm-b5e02f8eb3b9c178014e510e5999fab671031a6c.tar.gz external-libdrm-b5e02f8eb3b9c178014e510e5999fab671031a6c.tar.xz external-libdrm-b5e02f8eb3b9c178014e510e5999fab671031a6c.zip |
Make the test programs build
Diffstat (limited to 'tests/dristat.c')
-rw-r--r-- | tests/dristat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dristat.c b/tests/dristat.c index 13c598dd..cb91132e 100644 --- a/tests/dristat.c +++ b/tests/dristat.c | |||
@@ -30,10 +30,10 @@ | |||
30 | #include <stdio.h> | 30 | #include <stdio.h> |
31 | #include <stdlib.h> | 31 | #include <stdlib.h> |
32 | #include <unistd.h> | 32 | #include <unistd.h> |
33 | #include "../../../xf86drm.h" | 33 | #include "xf86drm.h" |
34 | #include "../xf86drmRandom.c" | 34 | #include "xf86drmRandom.c" |
35 | #include "../xf86drmHash.c" | 35 | #include "xf86drmHash.c" |
36 | #include "../xf86drm.c" | 36 | #include "xf86drm.c" |
37 | 37 | ||
38 | #define DRM_VERSION 0x00000001 | 38 | #define DRM_VERSION 0x00000001 |
39 | #define DRM_MEMORY 0x00000002 | 39 | #define DRM_MEMORY 0x00000002 |