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"