Define __STDC_FORMAT_MACROS before including inttypes.h

This commit is contained in:
Andre Leiradella 2016-09-04 11:29:06 +01:00
parent 58ff1d8dd7
commit e7a0c95678

View File

@ -12,6 +12,8 @@
#include <string.h>
#include <stdarg.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#define BASIC_INFO "info"