log: Include inttypes.h for PRI helpers

https://bugzilla.openvz.org/show_bug.cgi?id=2949

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2014-04-24 22:57:57 +04:00 committed by Pavel Emelyanov
parent 74c0e9e201
commit 0c89d779f9

View file

@ -1,6 +1,8 @@
#ifndef __CR_LOG_H__
#define __CR_LOG_H__
#include <inttypes.h>
#include "criu-log.h"
extern int log_init(const char *output);