diff --git a/src/zm.h b/src/zm.h index 9b1257c28..aec1305cb 100644 --- a/src/zm.h +++ b/src/zm.h @@ -45,7 +45,9 @@ extern "C" { #include +#if !HAVE_DECL_ROUND double round(double); +#endif void jpeg_mem_dest(j_compress_ptr cinfo, JOCTET *outbuffer, int *outbuffer_size ); }