diff --git a/amd64/bsd_asm.h b/amd64/bsd_asm.h index c29bbab..b9c815b 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 "cdefs-compat.h" +#include "bsd_cdefs.h" #ifdef PIC #define PIC_PLT(x) x@PLT diff --git a/ld80/s_exp2l.c b/ld80/s_exp2l.c index afa6cff..0cf5259 100644 --- a/ld80/s_exp2l.c +++ b/ld80/s_exp2l.c @@ -30,7 +30,7 @@ #include #include -#include "cdefs-compat.h" +#include "bsd_cdefs.h" #include "amd64/bsd_ieeefp.h" #include