1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-31 00:44:19 +00:00

Forgot include needed for pthread_kill

This commit is contained in:
Jan Berdajs 2014-07-08 07:10:11 +02:00
parent 04722e2517
commit b4dd3aeb75

View File

@ -18,7 +18,7 @@
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#ifndef WIN32 #ifndef WIN32