Include path fixes.
[cacao.git] / nat / java_io_FileDescriptor.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_IO_FILEDESCRIPTOR_H
4 #define _JAVA_IO_FILEDESCRIPTOR_H
5
6 /* Structure information for class: java/io/FileDescriptor */
7
8 typedef struct java_io_FileDescriptor {
9    java_objectheader header;
10    struct java_nio_channels_ByteChannel* channel;
11 } java_io_FileDescriptor;
12
13 #endif
14