diff options
Diffstat (limited to 'xlators/features/protect')
-rw-r--r-- | xlators/features/protect/src/prot_client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/protect/src/prot_client.c b/xlators/features/protect/src/prot_client.c index a27216d0af..d09715067b 100644 --- a/xlators/features/protect/src/prot_client.c +++ b/xlators/features/protect/src/prot_client.c @@ -15,7 +15,9 @@ #include "xlator.h" #include "defaults.h" +#ifndef __NetBSD__ #include <execinfo.h> +#endif #define NUM_FRAMES 20 |