backported relocation header fix from alpine for 0.4 aka 4.0.18

pull/8/head
mckaygerhard 2021-11-22 01:35:36 -04:00
parent 1062de4925
commit dda9276abb
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +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__)
#define __linux__