Fix malloc include.

This commit is contained in:
2022-10-03 18:15:13 +01:00
parent 8a9a5a6eb5
commit 5dab1b937f
7 changed files with 7 additions and 7 deletions

View File

@@ -16,8 +16,8 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <malloc.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <aaruformat.h>