backported relocation header fix from alpine for 0.4

* backported from dda9276abb0c819a6cc7d2550062268b792957b6
This commit is contained in:
mckaygerhard 2023-01-05 15:38:21 -04:00
parent a125db579e
commit 88a9023d12

View File

@ -59,6 +59,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#else
#include <unistd.h>
#include <stdint.h> //for uintptr_t
#include <sys/time.h>
#include <time.h>
// Use standard Posix macro for Linux
#if (defined(linux) || defined(__linux)) && !defined(__linux__)