aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/call.c
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2016-10-25 17:47:58 -0700
committerGravatar GitHub <noreply@github.com>2016-10-25 17:47:58 -0700
commit5bb04de5ad23b77b646a63fcae1da2f41537c1e5 (patch)
treee9893d4a933a518b5ade0d380fe2c4bdf4367533 /src/core/lib/surface/call.c
parentc5fc0433e0ef1e2000dca4e73286d9f2935579c4 (diff)
parent7d897feea994e72913ab63eb824369461930ddb1 (diff)
Merge pull request #8125 from murgatroid99/uv_core_transport
Add a libuv endpoint to the C core, for use in the Node library
Diffstat (limited to 'src/core/lib/surface/call.c')
-rw-r--r--src/core/lib/surface/call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index 30559304c6..02a5de0857 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -30,6 +30,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
+
#include <assert.h>
#include <limits.h>
#include <stdio.h>