bugfix: don't use external log domain in systray

CID 1132742
This commit is contained in:
Mike Blumenkrantz 2014-03-13 12:40:27 -04:00
parent 6142845ef8
commit 4b3e2797a0
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
#define HOST_REGISTRER "/bla" //TODO check what watcher expect we send to him
#undef ERR
#define ERR(...) fprintf(stderr, __VA_ARGS__)
extern const char *Category_Names[];
extern const char *Status_Names[];