src/jdk.jdwp.agent/unix/native/libjdwp/util_md.h
changeset 51878 511a9946f83e
parent 47216 71c04702a3d5
equal deleted inserted replaced
51877:5f931e3e7a63 51878:511a9946f83e
    31 
    31 
    32 #include <limits.h>
    32 #include <limits.h>
    33 #include <sys/types.h>
    33 #include <sys/types.h>
    34 #ifdef _ALLBSD_SOURCE
    34 #ifdef _ALLBSD_SOURCE
    35 #include <machine/endian.h>
    35 #include <machine/endian.h>
    36 #elif __linux__
    36 #elif defined(__linux__)
    37 #include <endian.h>
    37 #include <endian.h>
    38 #endif
    38 #endif
    39 
    39 
    40 #ifdef _LP64
    40 #ifdef _LP64
    41 typedef unsigned long UNSIGNED_JLONG;
    41 typedef unsigned long UNSIGNED_JLONG;