diff options
Diffstat (limited to 'base/debug/stack_trace_posix.cc')
-rw-r--r-- | base/debug/stack_trace_posix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc index 50ff113..c405aa2 100644 --- a/base/debug/stack_trace_posix.cc +++ b/base/debug/stack_trace_posix.cc @@ -9,6 +9,7 @@ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> +#include <sys/param.h> #include <sys/stat.h> #include <sys/sysctl.h> #include <sys/types.h> |