diff --git a/include/asm/asm.h b/include/asm/asm.h index 02c57e98..b7f5a13a 100644 --- a/include/asm/asm.h +++ b/include/asm/asm.h @@ -16,7 +16,7 @@ #include "asm/types.h" #include "asm/symbol.h" -#include "localasm.h" +#include "asm/localasm.h" extern SLONG nLineNo; extern ULONG nTotalLines; diff --git a/include/extern/err.h b/include/extern/err.h index 26991f16..ec758092 100644 --- a/include/extern/err.h +++ b/include/extern/err.h @@ -6,7 +6,7 @@ #else #include -#include "stdnoreturn.h" +#include "extern/stdnoreturn.h" #define warn rgbds_warn #define vwarn rgbds_vwarn