diff options
Diffstat (limited to 'src/vcl/ldp_socket_wrapper.h')
-rw-r--r-- | src/vcl/ldp_socket_wrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcl/ldp_socket_wrapper.h b/src/vcl/ldp_socket_wrapper.h index 94529e3b744..0d167cf1aeb 100644 --- a/src/vcl/ldp_socket_wrapper.h +++ b/src/vcl/ldp_socket_wrapper.h @@ -122,7 +122,9 @@ int libc_eventfd (int count, int flags); int libc_vfcntl (int fd, int cmd, va_list ap); +#ifdef HAVE_FCNTL64 int libc_vfcntl64 (int fd, int cmd, va_list ap); +#endif int libc_vioctl (int fd, int cmd, va_list ap); |