diff options
-rw-r--r-- | sys/powerpc/include/asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 4cd694e..06a7b28 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -35,6 +35,8 @@ #ifndef _MACHINE_ASM_H_ #define _MACHINE_ASM_H_ +#include <sys/cdefs.h> + #ifdef PIC #define PIC_PROLOGUE XXX #define PIC_EPILOGUE XXX |