explicitly include stdint.h in java-nio.cpp

This commit is contained in:
Joel Dice 2008-10-10 11:49:07 -06:00
parent 88828e7a02
commit f423d39b25

View File

@ -12,9 +12,9 @@
#include <sys/stat.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include "machine.h"
#include "jni.h"
#include "jni-util.h"
@ -36,6 +36,8 @@
typedef int socklen_t;
#endif
inline void* operator new(size_t, void* p) throw() { return p; }
namespace {
inline jbyteArray