mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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:
parent
74c0e9e201
commit
0c89d779f9
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue