summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-07-30 16:46:14 +0000
committerTom Tromey <tromey@redhat.com>2003-07-30 16:46:14 +0000
commit37a4f0763d8503af2a500c038c14bcef6d5ea65d (patch)
treee8cca3f07dadcaf4118189fa8ff5ac9b3e9e00d8 /native
parente0fb773e439f5c4d3325b594de348e0bfee3e6f4 (diff)
downloadclasspath-37a4f0763d8503af2a500c038c14bcef6d5ea65d.tar.gz
* native/jni/java-nio/java_nio_FileChannelImpl.c: Include
java_nio_channels_FileChannelImpl.h. * include/java_nio_FileChannelImpl.h: Removed. * include/java_nio_channels_FileChannelImpl.h: New file. * include/Makefile.am (H_FILES): Added java_nio_channels_FileChannelImpl.h. ($(top_srcdir)/include/java_nio_channels_FileChannelImpl.h): New rule.
Diffstat (limited to 'native')
-rw-r--r--native/jni/java-nio/java_nio_FileChannelImpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/java-nio/java_nio_FileChannelImpl.c b/native/jni/java-nio/java_nio_FileChannelImpl.c
index ffa7c87c7..a753e9a36 100644
--- a/native/jni/java-nio/java_nio_FileChannelImpl.c
+++ b/native/jni/java-nio/java_nio_FileChannelImpl.c
@@ -41,7 +41,7 @@ exception statement from your version. */
#include <jni.h>
#include <jcl.h>
-#include "java_nio_FileChannelImpl.h"
+#include "java_nio_channels_FileChannelImpl.h"
#define IO_EXCEPTION "java/io/IOException"