diff options
Diffstat (limited to 'absl/log/internal/test_helpers.cc')
-rw-r--r-- | absl/log/internal/test_helpers.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/log/internal/test_helpers.cc b/absl/log/internal/test_helpers.cc index bfcc9679..0f5640bb 100644 --- a/absl/log/internal/test_helpers.cc +++ b/absl/log/internal/test_helpers.cc @@ -18,6 +18,8 @@ #include <zircon/syscalls.h> #endif +#include <signal.h> + #include "gtest/gtest.h" #include "absl/base/config.h" #include "absl/base/log_severity.h" |