Merge branch 'development' into LTS_development
This commit is contained in:
commit
16ba3a4f3a
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
#include "config.h"
|
||||
static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "MEDIUM", "HIGH", "VERYHIGH", "EXTREME", "INSANE", "DONTEVEN"};
|
||||
|
||||
#if !defined(PRIu64)
|
||||
#define PRIu64 "llu"
|
||||
#endif
|
||||
|
||||
#if !defined(__APPLE__) && !defined(__MACH__) && defined(__GNUC__)
|
||||
#include <errno.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue