summaryrefslogtreecommitdiff
path: root/hw/xfree86/xf4bpp/OScompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/xf4bpp/OScompiler.h')
-rw-r--r--hw/xfree86/xf4bpp/OScompiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/xf4bpp/OScompiler.h b/hw/xfree86/xf4bpp/OScompiler.h
index 9b5ea57ea..9c99b1c85 100644
--- a/hw/xfree86/xf4bpp/OScompiler.h
+++ b/hw/xfree86/xf4bpp/OScompiler.h
@@ -31,7 +31,7 @@
#define MIN(a,b) (((a)<(b))?(a):(b))
#define ABS(x) (((x)>0)?(x):-(x))
-#include "misc.h"
+#include <X11/misc.h>
#include "xf86_ansic.h"
#include "compiler.h"