@@ -9,7 +9,7 @@
* any later version. See COPYING for more details.
*/
-#include "cpuminer-config.h"
+#include "config.h"
#define _GNU_SOURCE
#include <stdio.h>
@@ -4,7 +4,7 @@
// tcatm's 4-way 128-bit SSE2 SHA-256
#include "miner.h"
#ifdef WANT_SSE2_4WAY
@@ -1,5 +1,5 @@
#include <stdint.h>
#include <stdbool.h>
@@ -18,7 +18,7 @@
*
#include <stdlib.h>
@@ -93,6 +93,7 @@ void applog(int prio, const char *fmt, ...)
tm.tm_sec,
fmt);
vfprintf(stderr, f, ap); /* atomic write to stderr */
+ fflush(stderr);
}
va_end(ap);
fflush(stderr);