diff --git a/clients/upsclient.h b/clients/upsclient.h index c79be96cfd..baac8550f9 100644 --- a/clients/upsclient.h +++ b/clients/upsclient.h @@ -53,6 +53,10 @@ # endif #endif +#if defined HAVE_SYS_TYPES_H + #include +#endif + #ifdef __cplusplus /* *INDENT-OFF* */ extern "C" {