diff --git a/files/smb.c b/files/smb.c index 2264d35d6f0..6047210558a 100644 --- a/files/smb.c +++ b/files/smb.c @@ -53,8 +53,18 @@ #include #include #include +#ifdef HAVE_NETINET_IN_SYSTM_H +#include +#endif +#ifdef HAVE_NETINET_IN_H +#include +#endif +#ifdef HAVE_NETINET_IP_H #include +#endif +#ifdef HAVE_ARPA_INET_H #include +#endif #include "winerror.h" #include "windef.h"