diff options
Diffstat (limited to 'src/metrics/python_api.c')
| -rw-r--r-- | src/metrics/python_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metrics/python_api.c b/src/metrics/python_api.c index 6f25fdf..3f52149 100644 --- a/src/metrics/python_api.c +++ b/src/metrics/python_api.c @@ -5,7 +5,7 @@ #include "histogram_encoder.h" #include "base64/b64.h" -#include "st_hyperloglog.h" +#include "hyperloglog.h" // user must free the buf after use void *fieldstat_histogram_base64_decode(char *buf) |
