mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
inttypes.h needs __STDC_FORMAT_MACROS defined
This commit is contained in:
parent
442cfea046
commit
e8b4c7958a
@ -35,6 +35,9 @@ extern "C" {
|
||||
#include <wctype.h>
|
||||
#include <pthread.h>
|
||||
#include <stdbool.h>
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
#include <unictype.h>
|
||||
#ifndef __MINGW32__
|
||||
|
Loading…
x
Reference in New Issue
Block a user