| Index: util/mach/exc_server_variants_test.cc
 | 
| diff --git a/util/mach/exc_server_variants_test.cc b/util/mach/exc_server_variants_test.cc
 | 
| index 68674b67efe9c5504159715131f9b382fae8d213..1a24e698b488868da569bbc37320c0078190dc16 100644
 | 
| --- a/util/mach/exc_server_variants_test.cc
 | 
| +++ b/util/mach/exc_server_variants_test.cc
 | 
| @@ -15,9 +15,12 @@
 | 
|  #include "util/mach/exc_server_variants.h"
 | 
|  
 | 
|  #include <mach/mach.h>
 | 
| +#include <stdint.h>
 | 
|  #include <string.h>
 | 
| +#include <sys/types.h>
 | 
|  
 | 
|  #include "base/strings/stringprintf.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "gmock/gmock.h"
 | 
|  #include "gtest/gtest.h"
 | 
|  #include "test/mac/mach_errors.h"
 | 
| 
 |