Skip to content

Commit

Permalink
8315506: C99 compatibility issue in LinuxNativeDispatcher
Browse files Browse the repository at this point in the history
Co-authored-by: DJ Delorie <[email protected]>
Reviewed-by: sgehwolf, andrew
  • Loading branch information
2 people authored and jerboaa committed Sep 4, 2023
1 parent 6632d0a commit 89a08b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdk/src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "jlong.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
#include <errno.h>
Expand Down

0 comments on commit 89a08b3

Please sign in to comment.