mirror of
https://github.com/novatiq/packages.git
synced 2026-07-13 07:19:27 +01:00
f1aa25594c
Added utilities package. Added small size optimization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
320 B
Diff
12 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.
|