From 606c27b411a2842bd7e737b7992dcffb6574dfb5 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 13 Jan 2014 18:50:04 -0500 Subject: [PATCH] protobuf-c: update #include comments in particular we no longer use abort(). --- protobuf-c/protobuf-c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf-c/protobuf-c.c b/protobuf-c/protobuf-c.c index fed45c3..77f3da6 100644 --- a/protobuf-c/protobuf-c.c +++ b/protobuf-c/protobuf-c.c @@ -45,8 +45,8 @@ * use size_t consistently. */ -#include /* for abort(), malloc() etc */ -#include /* for strlen(), memcpy(), memmove() */ +#include /* for malloc, free */ +#include /* for strcmp, strlen, memcpy, memmove, memset */ #include "protobuf-c.h"