Skip to content

Commit

Permalink
log: Include inttypes.h for PRI helpers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cyrill Gorcunov authored and xemul committed Apr 25, 2014
1 parent 74c0e9e commit 0c89d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/log.h
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 0c89d77

Please sign in to comment.