Merge branch 'mg/implicit-declaration-free' into 'main'

gdkjpeg: include `stdlib.h` necessary for `free`

See merge request GNOME/gtk!4445
This commit is contained in:
Matthias Clasen 2022-02-07 23:53:36 +00:00
commit f27c0c65b1

View File

@ -15,6 +15,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include "config.h"
#include "gdkjpegprivate.h"