diff options
Diffstat (limited to 'src/mi/Lset_caching_policy.c')
-rw-r--r-- | src/mi/Lset_caching_policy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mi/Lset_caching_policy.c b/src/mi/Lset_caching_policy.c index cc18816b..0be4cbf1 100644 --- a/src/mi/Lset_caching_policy.c +++ b/src/mi/Lset_caching_policy.c @@ -1,3 +1,11 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#ifdef HAVE_SYS_TYPES_H +# include <sys/types.h> +#endif + #define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) |