diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-21 01:11:46 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-21 01:11:46 +0000 |
commit | db7dde6e7db534e47f43a0b371f5474d24fcaf0f (patch) | |
tree | 6a64a83df592f4a0b2acd38082403618fdf68e29 /src/mga_bios.c | |
parent | 694247a948d68f711c822c2ffaa9032b3cf4255b (diff) |
programs/Xserver/hw/xfree86/drivers/mga/mga_bios.c #include "Xmd.h" ->
<X11/Xmd.h>
Diffstat (limited to 'src/mga_bios.c')
-rw-r--r-- | src/mga_bios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_bios.c b/src/mga_bios.c index 8afd1ec..957e3e4 100644 --- a/src/mga_bios.c +++ b/src/mga_bios.c @@ -54,7 +54,7 @@ /* Drivers that need to access the PCI config space directly need this */ #include "xf86Pci.h" -#include "Xmd.h" +#include <X11/Xmd.h> #include "mga.h" |