X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fx86-bsd-os.h;h=3ff9f5237fb8a36c52d9be82b3f2b274218cae2d;hb=821de1a3e534e11b682475ebaf836ffa846246f4;hp=d03b8aa8accc84fa54ecdc48495b692a3bc59291;hpb=000e9e0b51a505e1e9079891d53317a9b8d8e807;p=sbcl.git diff --git a/src/runtime/x86-bsd-os.h b/src/runtime/x86-bsd-os.h index d03b8aa..3ff9f52 100644 --- a/src/runtime/x86-bsd-os.h +++ b/src/runtime/x86-bsd-os.h @@ -1,6 +1,13 @@ #ifndef _X86_BSD_OS_H #define _X86_BSD_OS_H +#ifdef LISP_FEATURE_FREEBSD +#include +#include +#endif + +typedef int os_context_register_t; + static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context; }