include cdefs.h so as to unbreak the libc build

This commit is contained in:
Andrew Gallatin 2003-01-20 22:05:39 +00:00
parent d2e59e8d5d
commit 87c48ca382
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109602

View File

@ -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