aboutsummaryrefslogtreecommitdiff
path: root/miner.h
diff options
context:
space:
mode:
Diffstat (limited to 'miner.h')
-rw-r--r--miner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/miner.h b/miner.h
index 0d8e682..edc7a63 100644
--- a/miner.h
+++ b/miner.h
@@ -59,7 +59,10 @@ void *alloca (size_t);
#include <syslog.h>
#else
enum {
+ LOG_ERR,
+ LOG_WARNING,
LOG_INFO,
+ LOG_DEBUG,
};
#endif