packages/libs/avro/patches/030-ssize_t.patch
Rosen Penev f1aa25594c
avro-c: Update to 1.9.1
Added utilities package.

Added small size optimization.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 11:36:52 -07:00

11 lines
320 B
Diff

--- a/src/avro_generic_internal.h
+++ b/src/avro_generic_internal.h
@@ -28,6 +28,8 @@ extern "C" {
#include "avro/schema.h"
#include "avro/value.h"
+#include <stdio.h>
+
/*
* Each generic value implementation struct defines a couple of extra
* methods that we use to control the lifecycle of the value objects.