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

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