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

api: add missing header.

Imlicit declarations (using get_pool_name() without including pool.h)
produces a warning for me and AFAIR breaks compilation for someone else.
This commit is contained in:
Noel Maersk 2014-04-24 21:54:02 +03:00
parent 897ca9fd4c
commit 47d00ee524

1
api.c
View File

@ -28,6 +28,7 @@
#include "compat.h"
#include "miner.h"
#include "util.h"
#include "pool.h"
// BUFSIZ varies on Windows and Linux
#define TMPBUFSIZ 8192