[PATCH] [PATCH] only include execinfo.h if crashtrace support is enabled
- From: Peter Korsgaard <jacmet sunsite dk>
- To: dcbw redhat com, networkmanager-list gnome org
- Cc: crossdev send-patches org, Peter Korsgaard <jacmet sunsite dk>
- Subject: [PATCH] [PATCH] only include execinfo.h if crashtrace support is enabled
- Date: Mon, 2 Jan 2012 14:49:40 +0100
On systems without backtrace suport (E.G. uClibc depending on config),
execinfo.h might not be available, breaking the build.
Fix it by only including it if enabled.
Signed-off-by: Peter Korsgaard <jacmet sunsite dk>
---
src/logging/nm-logging.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/logging/nm-logging.c b/src/logging/nm-logging.c
index ca6a709..26c8670 100644
--- a/src/logging/nm-logging.c
+++ b/src/logging/nm-logging.c
@@ -23,7 +23,6 @@
#include <dlfcn.h>
#include <syslog.h>
-#include <execinfo.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
--
1.7.7.1
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]