Bug 1230910 Add interceptors.h as an include in interception_internal.h TODO - WHY? draft
authorTom Ritter <tom@mozilla.com>
Wed, 08 Mar 2017 18:17:36 +0000
changeset 656088 7024725d287c94770eabfb48af55201c12000b76
parent 656087 84f4b76f7b08a80440e372fb0359b58c3254b66c
child 656089 e66d1c92c3d0bb2d2f3d6604a2a1fe3ec7732c51
push id77058
push userbmo:tom@mozilla.com
push dateWed, 30 Aug 2017 18:21:00 +0000
bugs1230910
milestone57.0a1
Bug 1230910 Add interceptors.h as an include in interception_internal.h TODO - WHY? MozReview-Commit-ID: 1zfvpZQuQq5
security/sandbox/chromium/sandbox/win/src/interception_internal.h
--- a/security/sandbox/chromium/sandbox/win/src/interception_internal.h
+++ b/security/sandbox/chromium/sandbox/win/src/interception_internal.h
@@ -7,16 +7,17 @@
 // http://dev.chromium.org/developers/design-documents/sandbox .
 
 #ifndef SANDBOX_SRC_INTERCEPTION_INTERNAL_H_
 #define SANDBOX_SRC_INTERCEPTION_INTERNAL_H_
 
 #include <stddef.h>
 
 #include "sandbox/win/src/sandbox_types.h"
+#include "sandbox/win/src/interceptors.h"
 
 namespace sandbox {
 
 const int kMaxThunkDataBytes = 64;
 
 enum InterceptorId;
 
 // The following structures contain variable size fields at the end, and will be