< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/LWCToolkit.h

Print this page

        

@@ -21,15 +21,16 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
+#include "jni.h"
+
 #import <pthread.h>
 #import <assert.h>
 
 #import <Cocoa/Cocoa.h>
-#import <JavaNativeFoundation/JavaNativeFoundation.h>
 
 #define DEBUG 1
 
 // number of mouse buttons supported
 extern int gNumberOfButtons;
< prev index next >