Added utilities package. Added small size optimization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
320 B
Diff
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.
|