Fix Linux compilation issue.

This commit is contained in:
Jonathan Naylor 2020-11-02 14:58:00 +00:00
parent e10d855140
commit 7c318ca402
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#if defined(HAVE_LOG_H)
#include "Log.h"
#else
#define LogMessage(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#define LogError(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#define LogInfo(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#endif