Fixed Mac support

This commit is contained in:
Thulinma 2014-06-17 12:07:35 +02:00
parent 8f97995b1b
commit d3bb5b13e4
2 changed files with 4 additions and 4 deletions

View file

@ -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;