diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-01-21 23:07:10 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-01-21 23:07:10 +0100 |
commit | d1ac343b8894a9b8a34c1dcf4b6aeb57239034c0 (patch) | |
tree | e4f8beddbbdb0a0a32a38b500a10e58412559b56 /src | |
parent | 16e16390385d890b3666485a40369f4c690d5033 (diff) |
Revert "Fix crosscompile build for older Xservers"
This reverts commit 16e16390385d890b3666485a40369f4c690d5033.
The fix was bogus as pointed out by Cyril Bruleboid <kibi@debian.org>, and
Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src')
-rw-r--r-- | src/vmwaremodule.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vmwaremodule.c b/src/vmwaremodule.c index a7ba854..2754879 100644 --- a/src/vmwaremodule.c +++ b/src/vmwaremodule.c @@ -26,14 +26,14 @@ #include <xorg-server.h> #include <xf86.h> -#ifdef HAVE_LIBDRM -#include <xf86drm.h> -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifdef HAVE_LIBDRM +#include <xf86drm.h> +#endif + #ifndef HAVE_XORG_SERVER_1_5_0 #include <xf86_ansic.h> #include <xf86_libc.h> |