Remove execinfo.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Jun 2011 14:19:46 +0000 (10:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Jun 2011 14:19:46 +0000 (10:19 -0400)
Not required, and breaks uclibc build.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libustcomm/ustcomm.c

index 3c7c0bb304c2599f0bfddf25a23be10ca61b4a44..07f7f8748daec2d29a04798244b63f5293da0677 100644 (file)
@@ -33,7 +33,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <execinfo.h>
 
 #include "ustcomm.h"
 #include "usterr.h"
This page took 0.023737 seconds and 4 git commands to generate.