Skip to content

Commit

Permalink
Merge pull request capstone-engine#378 from yegord/next
Browse files Browse the repository at this point in the history
Fix building by MSVC 2010 lacking inttypes.h
  • Loading branch information
aquynh committed May 24, 2015
2 parents 106e0f1 + aa17e37 commit ef50112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/PowerPC/PPCInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "../../myinttypes.h"

#include "PPCInstPrinter.h"
#include "PPCPredicates.h"
Expand Down

0 comments on commit ef50112

Please sign in to comment.