You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
320 B

--- 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.