Fixed Mac support
This commit is contained in:
parent
8f97995b1b
commit
d3bb5b13e4
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "config.h"
|
||||
static const char* DBG_LVL_LIST[] = {"NONE","FAIL","ERROR","WARN","INFO","MEDIUM","HIGH","VERYHIGH","EXTREME","INSANE","DONTEVEN"};
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if !defined(__APPLE__) && !defined(__MACH__) && defined(__GNUC__)
|
||||
#include <errno.h>
|
||||
extern char * program_invocation_short_name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue