Index: llvm-toolchain-snapshot_9~svn353038/lldb/source/Host/freebsd/Host.cpp =================================================================== --- llvm-toolchain-snapshot_9~svn353038.orig/lldb/source/Host/freebsd/Host.cpp +++ llvm-toolchain-snapshot_9~svn353038/lldb/source/Host/freebsd/Host.cpp @@ -10,6 +10,13 @@ #include #include +#ifdef __FreeBSD_kernel__ +# ifdef __amd64__ +# include +# else +# include +# endif +#endif #include #include #include