mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Merge pull request #453 from martinetd/musl
fix build on recent musl (stat64 compat)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user