diff options
Diffstat (limited to 'libjava/classpath/include/java_nio_MappedByteBufferImpl.h')
-rw-r--r-- | libjava/classpath/include/java_nio_MappedByteBufferImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/include/java_nio_MappedByteBufferImpl.h b/libjava/classpath/include/java_nio_MappedByteBufferImpl.h index 0ce8b908242..00810dbc1dc 100644 --- a/libjava/classpath/include/java_nio_MappedByteBufferImpl.h +++ b/libjava/classpath/include/java_nio_MappedByteBufferImpl.h @@ -1,10 +1,10 @@ /* DO NOT EDIT THIS FILE - it is machine generated */ +#include <jni.h> + #ifndef __java_nio_MappedByteBufferImpl__ #define __java_nio_MappedByteBufferImpl__ -#include <jni.h> - #ifdef __cplusplus extern "C" { |