1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Add missing define in logging.c for isatty()

This commit is contained in:
Con Kolivas 2012-02-12 11:41:58 +11:00
parent beb1c3f907
commit be8ad57962

View File

@ -1,3 +1,5 @@
#include <unistd.h>
#include "logging.h"
#include "miner.h"