mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
explicitly include stdint.h in java-nio.cpp
This commit is contained in:
parent
88828e7a02
commit
f423d39b25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user