summaryrefslogtreecommitdiff
path: root/hw/xwin/winprefs.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
commit9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch)
tree7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /hw/xwin/winprefs.h
parent657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'hw/xwin/winprefs.h')
-rw-r--r--hw/xwin/winprefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winprefs.h b/hw/xwin/winprefs.h
index 5230b16e0..0252d37a2 100644
--- a/hw/xwin/winprefs.h
+++ b/hw/xwin/winprefs.h
@@ -34,7 +34,7 @@
/* Need Bool */
#include <X11/Xdefs.h>
/* Need TRUE */
-#include "misc.h"
+#include <X11/misc.h>
/* Need to know how long paths can be... */
#include <limits.h>