diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-10 00:09:31 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-10 00:09:31 +0000 |
commit | b5e02f8eb3b9c178014e510e5999fab671031a6c (patch) | |
tree | 1890a552543a1f4dd3df75c2806634536384f11a /tests/dristat.c | |
parent | 8727326371621c8c2b9f794532ca543a708ed71f (diff) |
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 13c598dd0032..cb91132ef9a7 100644 --- a/tests/dristat.c +++ b/tests/dristat.c @@ -30,10 +30,10 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include "../../../xf86drm.h" -#include "../xf86drmRandom.c" -#include "../xf86drmHash.c" -#include "../xf86drm.c" +#include "xf86drm.h" +#include "xf86drmRandom.c" +#include "xf86drmHash.c" +#include "xf86drm.c" #define DRM_VERSION 0x00000001 #define DRM_MEMORY 0x00000002 |