diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/appledri.c')
-rw-r--r-- | hw/darwin/quartz/xpr/appledri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/darwin/quartz/xpr/appledri.c b/hw/darwin/quartz/xpr/appledri.c index 9e6676b99..d4cd27b8f 100644 --- a/hw/darwin/quartz/xpr/appledri.c +++ b/hw/darwin/quartz/xpr/appledri.c @@ -40,7 +40,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_EVENTS #include <X11/X.h> #include <X11/Xproto.h> -#include <X11/misc.h> +#include "misc.h" #include "dixstruct.h" #include "extnsionst.h" #include "colormapst.h" |