fix ftbs on el7

adds compiler support for PRIu64
This commit is contained in:
Andrew Bauer 2018-04-21 20:55:21 -05:00 committed by GitHub
parent 4f7e0fedad
commit 35dcedb2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <getopt.h>
#include <arpa/inet.h>
#include <glob.h>
#include <cinttypes>
#include "zm.h"
#include "zm_db.h"