src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c

Print this page

        

@@ -66,10 +66,11 @@
 #ifndef IPTOS_PREC_MASK
 #define IPTOS_PREC_MASK 0xe0
 #endif
 
 #include "jvm.h"
+#include "jdk_strerror.h"
 #include "jni_util.h"
 #include "net_util.h"
 #include "java_net_SocketOptions.h"
 #include "java_net_PlainDatagramSocketImpl.h"
 #include "java_net_NetworkInterface.h"