3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Add __STDC_FORMAT_MACROS before <inttypes.h> as per @mithro

This commit is contained in:
Eddie Hung 2019-08-09 09:17:35 -07:00
parent ac2fc3a144
commit 446dcb3ed3

View file

@ -30,6 +30,7 @@
#include <libkern/OSByteOrder.h>
#define __builtin_bswap32 OSSwapInt32
#endif
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include "kernel/yosys.h"