--- old/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c 2018-11-01 14:13:32.702337789 -0700 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c 2018-11-01 14:13:32.434337790 -0700 @@ -42,13 +42,14 @@ #include #include #include -#include "robot_common.h" #include "canvas.h" #include "wsutils.h" #include "list.h" #include "multiVis.h" #include "gtk_interface.h" +#include "java_awt_event_InputEvent.h" + #if defined(__linux__) || defined(MACOSX) #include #endif