src/share/vm/prims/hpi_imported.h

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -20,10 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
+#ifndef SHARE_VM_PRIMS_HPI_IMPORTED_H
+#define SHARE_VM_PRIMS_HPI_IMPORTED_H
+
+#include "prims/jni.h"
+
 /*
  * HotSpot integration note:
  *
  * This is a consolidation of these two files:
  *      src/share/hpi/export/hpi.h      1.15  99/06/18  JDK1.3 beta build I

@@ -313,5 +318,7 @@
 #ifdef __cplusplus
 }
 #endif
 
 #endif /* !_JAVASOFT_HPI_H_ */
+
+#endif // SHARE_VM_PRIMS_HPI_IMPORTED_H