You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libsidplay/files/libsidplay-2.1.1-fbsd.patch

12 lines
329 B

--- libsidutils/src/ini/ini.cpp
+++ libsidutils/src/ini/ini.cpp
@@ -100,7 +100,7 @@
//*******************************************************************************************************************
#include <assert.h>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>