X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fgoogle%2Fprotobuf-c%2Fprotobuf-c-data-buffer.c;h=a13236bc5722784645f795f46ca2b52d5b1b50f2;hb=b026c5ad0acc4388d05fa4768b75ee8d79403ea4;hp=4ed46ced6d501e464048d90f0807223ab3a489c6;hpb=ac258369305673f3d17322b845ad58f2b9f64100;p=umurmur.git diff --git a/src/google/protobuf-c/protobuf-c-data-buffer.c b/src/google/protobuf-c/protobuf-c-data-buffer.c index 4ed46ce..a13236b 100644 --- a/src/google/protobuf-c/protobuf-c-data-buffer.c +++ b/src/google/protobuf-c/protobuf-c-data-buffer.c @@ -23,7 +23,12 @@ #include #include #include -#include +#if HAVE_ALLOCA_H +# include +#elif HAVE_MALLOC_H +# include +#endif +#include #include "protobuf-c-data-buffer.h" #undef TRUE