diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2003-01-20 22:05:39 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2003-01-20 22:05:39 +0000 |
| commit | 87c48ca3825597d04d9d9853036b3e22e477b0a8 (patch) | |
| tree | 672c81f686986c93814a72149dadbcf0bcbbed62 | |
| parent | d2e59e8d5d74ca820d1bb91b06ee4fddd0418d2e (diff) | |
Notes
| -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 4cd694e9ccb4..06a7b2825c53 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 |
