Patch from David Yeo to conditionally include <inttypes.h>.

This commit is contained in:
Erik de Castro Lopo
2012-02-04 11:06:12 +11:00
parent 08832d1133
commit d5bb4be5b4
10 changed files with 30 additions and 0 deletions

View File

@@ -28,6 +28,9 @@
# include <config.h>
#endif
#if HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>