summaryrefslogtreecommitdiff
path: root/hw/kdrive/vesa/vm86.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2003-09-11 00:47:36 +0000
committerAnders Carlsson <andersca@gnome.org>2003-09-11 00:47:36 +0000
commit514ab46ce3c6eb0163720315474cba884d029b62 (patch)
treed108e184e915c3e8f51465f01d68df238c738ca0 /hw/kdrive/vesa/vm86.h
parent283a7f32c449b1970e5a484351f8396a8afd99da (diff)
Start autoifying everything.
Diffstat (limited to 'hw/kdrive/vesa/vm86.h')
-rw-r--r--hw/kdrive/vesa/vm86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/kdrive/vesa/vm86.h b/hw/kdrive/vesa/vm86.h
index b5c371e2b..e37cd7f28 100644
--- a/hw/kdrive/vesa/vm86.h
+++ b/hw/kdrive/vesa/vm86.h
@@ -63,9 +63,9 @@ static void ErrorF(char*, ...);
#define xcalloc(a,b) calloc(a,b)
#define xfree(a) free(a)
#else
-#include "X.h"
-#include "Xproto.h"
-#include "Xos.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
+#include <X11/Xos.h>
#include "os.h"
#endif