Should work now
This commit is contained in:
parent
8187eb4b15
commit
0078321b7e
3 changed files with 12 additions and 9 deletions
|
|
@ -6,18 +6,13 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/07 11:08:03 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/08/01 06:38:36 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/08/04 14:28:13 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "./gnu_source.h"
|
||||
#include "me/fs/fs.h"
|
||||
#include "me/types.h"
|
||||
#include <dlfcn.h>
|
||||
#include <execinfo.h>
|
||||
#include <link.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef BASE_PATH
|
||||
# define BASE_PATH "/no_base_path_defined/"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/10 17:53:46 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/07/10 17:54:49 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/08/04 14:28:12 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -15,4 +15,12 @@
|
|||
|
||||
# define _GNU_SOURCE
|
||||
|
||||
# if defined(PRINT_BACKTRACE) || defined(BACKTRACE_DEEP)
|
||||
# include <dlfcn.h>
|
||||
# include <execinfo.h>
|
||||
# include <link.h>
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# endif
|
||||
|
||||
#endif /* GNU_SOURCE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue