ref: 9aa23214e2c6025151485c673d6a873b642142e5
parent: 1bec0c5a7e885ec792f6bb658eb3f34ad8f37b15
author: James Zern <[email protected]>
date: Mon May 9 19:37:09 EDT 2016
Revert "Skip inttypes.h on Darwin" This reverts commit 1bec0c5a7e885ec792f6bb658eb3f34ad8f37b15. Breaks desktop Mac builds. Change-Id: I5b79dc29ad544357192ed16a47279716243e51dd
--- a/vpx/vpx_integer.h
+++ b/vpx/vpx_integer.h
@@ -68,12 +68,7 @@
#if defined(_MSC_VER) && _MSC_VER < 1800
#define PRId64 "I64d"
#else
-#if defined(__APPLE__)
-// When building dynamic frameworks with Swift compatibility, module maps
-// do not allow us to include the system's inttypes.h.
-#else
#include <inttypes.h>
-#endif
#endif
#endif // VPX_VPX_INTEGER_H_