Commit 606c27b4 authored by Robert Edmonds's avatar Robert Edmonds

protobuf-c: update #include comments

in particular we no longer use abort().
parent e8bf07de
......@@ -45,8 +45,8 @@
* use size_t consistently.
*/
#include <stdlib.h> /* for abort(), malloc() etc */
#include <string.h> /* for strlen(), memcpy(), memmove() */
#include <stdlib.h> /* for malloc, free */
#include <string.h> /* for strcmp, strlen, memcpy, memmove, memset */
#include "protobuf-c.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment