Merge pull request #453 from martinetd/musl

fix build on recent musl (stat64 compat)
This commit is contained in:
Wolfgang Hommel
2024-01-18 06:22:33 +01:00
committed by GitHub

View File

@@ -23,6 +23,8 @@
#define _GNU_SOURCE /* required to get RTLD_NEXT defined */
#define _LARGEFILE64_SOURCE 1 /* required for stat64 on musl */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>