diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 16:39:01 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-06-11 16:39:01 +0000 |
| commit | b01e971fd39d10273a387788019457792873e81c (patch) | |
| tree | 847f15cc09946cadd549fef1e1e186f7ab631aa8 /contrib/libexecinfo | |
| parent | 8ac82ba19efbaeec065621215c3843f054fa419e (diff) | |
Diffstat (limited to 'contrib/libexecinfo')
| -rw-r--r-- | contrib/libexecinfo/execinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libexecinfo/execinfo.h b/contrib/libexecinfo/execinfo.h index 22460967e83c..8a3c36b2da21 100644 --- a/contrib/libexecinfo/execinfo.h +++ b/contrib/libexecinfo/execinfo.h @@ -32,6 +32,8 @@ #ifndef _EXECINFO_H_ #define _EXECINFO_H_ +#include <sys/cdefs.h> + #include <stddef.h> __BEGIN_DECLS |
