diff --git a/bonjour-sdk/CommonServices.h b/bonjour-sdk/CommonServices.h index fecfb0f..c688798 100644 --- a/bonjour-sdk/CommonServices.h +++ b/bonjour-sdk/CommonServices.h @@ -743,6 +743,10 @@ typedef int ssize_t; // Standard Types //=========================================================================================================================== +#if ( defined( __GNUC__ ) ) + #include +#endif + #if ( !defined( INT8_MIN ) ) #define INT8_MIN SCHAR_MIN