< prev index next >

src/java.desktop/unix/native/libawt_xawt/xawt/XWindow.c

Print this page

        

@@ -62,11 +62,11 @@
  * This is done not only for the hp keysyms, but also to
  * give us the osf keysyms that are also defined in HPkeysym.h.
  * However, HPkeysym.h is missing a couple of osf keysyms,
  * so I have #defined them below.
  */
-#include "HPkeysym.h"   /* HP vendor-specific */
+#include <X11/HPkeysym.h>   /* HP vendor-specific */
 
 #include "java_awt_event_KeyEvent.h"
 #include "java_awt_event_InputEvent.h"
 #include "java_awt_event_MouseEvent.h"
 #include "java_awt_event_MouseWheelEvent.h"
< prev index next >