| Index: examples/c/echo_client/echo_client.c
|
| diff --git a/examples/c/echo_client/echo_client.c b/examples/c/echo_client/echo_client.c
|
| index c8b0fb3077cd5a8604ffe6fdeda21911b63753b0..a011938cd02fd447eb03f4c162e6d093fb219e8f 100644
|
| --- a/examples/c/echo_client/echo_client.c
|
| +++ b/examples/c/echo_client/echo_client.c
|
| @@ -9,13 +9,13 @@
|
| // encoding order and can be error-prone, but fast.
|
|
|
| #include <assert.h>
|
| +#include <mojo/macros.h>
|
| #include <stdio.h>
|
| #include <string.h>
|
|
|
| #include "examples/echo/echo.mojom-c.h"
|
| #include "mojo/public/c/bindings/buffer.h"
|
| #include "mojo/public/c/bindings/message.h"
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/c/system/message_pipe.h"
|
| #include "mojo/public/c/system/result.h"
|
|
|