Skip to content

Commit

Permalink
i386: added __STDC_FORMAT_MACROS definition which is required to use …
Browse files Browse the repository at this point in the history
…PRIu64 macros
  • Loading branch information
bioothod committed Feb 13, 2017
1 parent 6f495c8 commit 25c384e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monitor/procfs_provider.cpp
Expand Up @@ -17,6 +17,9 @@
* along with Elliptics. If not, see <http://www.gnu.org/licenses/>.
*/

#define __STDC_FORMAT_MACROS
#include <inttypes.h>

#include "procfs_provider.hpp"

#include "rapidjson/writer.h"
Expand Down

0 comments on commit 25c384e

Please sign in to comment.