diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/execinfo.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/execinfo.c b/lib/execinfo.c index a39df83..a59f6a9 100644 --- a/lib/execinfo.c +++ b/lib/execinfo.c @@ -1,6 +1,6 @@  #include "libmissing.h" -#ifndef HAVE_EXECINFO +#ifndef HAVE_EXECINFO_H  #define PROGRAM_NAME "libmissing"  #include "common.h" @@ -22,4 +22,4 @@ void backtrace_symbols_fd(void *const *buffer, int size, int fd)  {  	errmsg("backtrace_symbols_fd() is not implemented");  } -#endif /* !HAVE_EXECINFO */ +#endif /* !HAVE_EXECINFO_H */  | 
