mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
syscall_trap: Add missing includes use C++ ones
PiperOrigin-RevId: 514385399 Change-Id: Iceca365c862ce7ee03a61153eb1da2a9571a9719
This commit is contained in:
parent
526401166e
commit
17553b2206
|
@ -15,9 +15,9 @@
|
|||
#ifndef SANDBOXED_API_SANDBOX2_UTIL_SYSCALL_TRAP_H_
|
||||
#define SANDBOXED_API_SANDBOX2_UTIL_SYSCALL_TRAP_H_
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
#include <array>
|
||||
#include <csignal>
|
||||
#include <cstdint>
|
||||
|
||||
namespace sandbox2 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user