Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 900148
Collapse All | Expand All

(-)a/app/core/gimpbacktrace-linux.c (-1 / +5 lines)
Lines 39-45 Link Here
39
#include <fcntl.h>
39
#include <fcntl.h>
40
#include <dirent.h>
40
#include <dirent.h>
41
#include <signal.h>
41
#include <signal.h>
42
#include <execinfo.h>
42
43
#ifdef __GLIBC__
44
  #include <execinfo.h>
45
#endif
46
43
#include <dlfcn.h>
47
#include <dlfcn.h>
44
#include <string.h>
48
#include <string.h>
45
#include <stdio.h>
49
#include <stdio.h>

Return to bug 900148