diff --git a/NEWS b/NEWS index d3f0549..93dbde4 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ Changes in 1.NNN, released on YYYY-MM-DD: * Fix regression when streaming formats other than Ogg (e.g. MP3). From zygmund2000 on Github (#30) and Roland Hermans on GitLab (#2271). +* Fix build issue on OSX. From Mitchell Blank on GitLab (#2270). diff --git a/src/playlist.c b/src/playlist.c index 87e27ad..422b250 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -19,6 +19,9 @@ #endif #include +#ifdef HAVE_SYS_TYPES_H +# include +#endif #ifdef HAVE_SYS_RANDOM_H # include #endif