Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 713176 | Differences between
and this patch

Collapse All | Expand All

(-)ddcutil-0.9.1.orig/src/test/i2c/i2c_io_old.c (-1 lines)
Lines 34-40 Link Here
34
34
35
#include <assert.h>
35
#include <assert.h>
36
#include <errno.h>
36
#include <errno.h>
37
#include <execinfo.h>
38
#include <fcntl.h>
37
#include <fcntl.h>
39
#include <stdio.h>
38
#include <stdio.h>
40
#include <stdlib.h>
39
#include <stdlib.h>
(-)ddcutil-0.9.1.orig/src/util/debug_util.c (+6 lines)
Lines 26-32 Link Here
26
 */
26
 */
27
27
28
/** \cond */
28
/** \cond */
29
#ifdef __GLIBC__
29
#include <execinfo.h>
30
#include <execinfo.h>
31
#else
32
extern int backtrace (void **__array, int __size);
33
extern char **backtrace_symbols (void *const *__array, int __size);
34
extern void backtrace_symbols_fd (void *const *__array, int __size, int __fd);
35
#endif
30
#include <glib-2.0/glib.h>
36
#include <glib-2.0/glib.h>
31
#include <stdbool.h>
37
#include <stdbool.h>
32
#include <stdio.h>
38
#include <stdio.h>

Return to bug 713176