Convert avro headers to .hh

Required for converting maxscale/buffer.h.
This commit is contained in:
Esa Korhonen
2019-01-15 16:30:54 +02:00
parent dae99b2acd
commit 6a23015b64
13 changed files with 14 additions and 18 deletions

View File

@ -21,7 +21,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <maxavro.h>
#include <maxavro.hh>
#include <fstream>
#include <sstream>
#include <maxscale/service.hh>