mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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 <sys/stat.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "machine.h"
|
|
||||||
#include "jni.h"
|
#include "jni.h"
|
||||||
#include "jni-util.h"
|
#include "jni-util.h"
|
||||||
|
|
||||||
@ -36,6 +36,8 @@
|
|||||||
typedef int socklen_t;
|
typedef int socklen_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
inline void* operator new(size_t, void* p) throw() { return p; }
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
inline jbyteArray
|
inline jbyteArray
|
||||||
|
Loading…
Reference in New Issue
Block a user