Make UEFI boot-platform build again
[haiku.git] / src / libs / libunwind / x86 / Linit_remote.c
blob58cb04ab7cd1fdf7e6f33edac50c5d1224859379
1 #define UNW_LOCAL_ONLY
2 #include <libunwind.h>
3 #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
4 #include "Ginit_remote.c"
5 #endif