summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/asm.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2003-01-20 22:05:39 +0000
committergallatin <gallatin@FreeBSD.org>2003-01-20 22:05:39 +0000
commit84ed6d1c18bd8c792d1dae1c5b444532f0677ea4 (patch)
tree672c81f686986c93814a72149dadbcf0bcbbed62 /sys/powerpc/include/asm.h
parentcddd9252c612e460067653e6cde11e17450a49f4 (diff)
downloadFreeBSD-src-84ed6d1c18bd8c792d1dae1c5b444532f0677ea4.zip
FreeBSD-src-84ed6d1c18bd8c792d1dae1c5b444532f0677ea4.tar.gz
include cdefs.h so as to unbreak the libc build
Diffstat (limited to 'sys/powerpc/include/asm.h')
-rw-r--r--sys/powerpc/include/asm.h2
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
OpenPOWER on IntegriCloud