================ Comment at: source/Plugins/Process/POSIX/RegisterContextFreeBSD_x86_64.cpp:14 @@ -13,2 +13,3 @@ #include "RegisterContextFreeBSD_x86_64.h" +#include <machine/reg.h> ---------------- I believe this file will also be built on Linux, so we'll need to avoid including this header there.
http://llvm-reviews.chandlerc.com/D2572 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
