diff --git a/amd64/bsd_asm.h b/amd64/bsd_asm.h index b9c815b..c29bbab 100644 --- a/amd64/bsd_asm.h +++ b/amd64/bsd_asm.h @@ -40,7 +40,7 @@ #include "../i387/osx_asm.h" #define CNAME(x) EXT(x) #else -#include "bsd_cdefs.h" +#include "cdefs-compat.h" #ifdef PIC #define PIC_PLT(x) x@PLT diff --git a/ld80/s_exp2l.c b/ld80/s_exp2l.c index 0cf5259..afa6cff 100644 --- a/ld80/s_exp2l.c +++ b/ld80/s_exp2l.c @@ -30,7 +30,7 @@ #include #include -#include "bsd_cdefs.h" +#include "cdefs-compat.h" #include "amd64/bsd_ieeefp.h" #include