| Index: mojo/public/platform/native_cgo/system_cgo.go
|
| diff --git a/mojo/public/platform/native_cgo/system_cgo.go b/mojo/public/platform/native_cgo/system_cgo.go
|
| index c6373fb65d85abccfc06e96ad4f4a3332fbd54c0..7c35c5ef8ebc4f85b8522041246d2533c51d73a1 100644
|
| --- a/mojo/public/platform/native_cgo/system_cgo.go
|
| +++ b/mojo/public/platform/native_cgo/system_cgo.go
|
| @@ -4,7 +4,12 @@
|
|
|
| package native_cgo
|
|
|
| -//#include "mojo/public/c/system/core.h"
|
| +//#include "mojo/public/c/system/buffer.h"
|
| +//#include "mojo/public/c/system/data_pipe.h"
|
| +//#include "mojo/public/c/system/functions.h"
|
| +//#include "mojo/public/c/system/message_pipe.h"
|
| +//#include "mojo/public/c/system/types.h"
|
| +//
|
| // // These functions are used to 8-byte align C structs.
|
| // MojoResult CreateSharedBuffer(struct MojoCreateSharedBufferOptions* options,
|
| // uint64_t num_bytes, MojoHandle* handle) {
|
|
|