diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/appledri.c')
-rw-r--r-- | hw/darwin/quartz/xpr/appledri.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/darwin/quartz/xpr/appledri.c b/hw/darwin/quartz/xpr/appledri.c index ef68c867b..70b740077 100644 --- a/hw/darwin/quartz/xpr/appledri.c +++ b/hw/darwin/quartz/xpr/appledri.c @@ -35,9 +35,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif +#include <dix-config.h> + #define NEED_REPLIES #define NEED_EVENTS #include <X11/X.h> |