summaryrefslogtreecommitdiff
path: root/src/mi/Ldyn-remote.c
blob: 260722a04b2d907193e2dbe2521b5eebb8fbe881 (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gdyn-remote.c"
#endif