diff --git a/client/client_state.C b/client/client_state.C index 8d0e8064f5..6f02e15637 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -33,6 +33,9 @@ #if HAVE_SYS_SIGNAL_H #include #endif +#if HAVE_SYS_SOCKET_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif