| Index: ppapi/thunk/ppb_tcp_socket_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_tcp_socket_thunk.cc b/ppapi/thunk/ppb_tcp_socket_thunk.cc
|
| index c73e593f52033ed1676fd2cfb6aebebd11fcfe8a..dc2c59e16179ec045ec937e6ab647b8d889d002c 100644
|
| --- a/ppapi/thunk/ppb_tcp_socket_thunk.cc
|
| +++ b/ppapi/thunk/ppb_tcp_socket_thunk.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| // From ppb_tcp_socket.idl modified Sun Sep 15 16:14:21 2013.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_tcp_socket.h"
|
|
|