Browse Source

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.
djm34
Noel Maersk 10 years ago
parent
commit
47d00ee524
  1. 1
      api.c

1
api.c

@ -28,6 +28,7 @@ @@ -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

Loading…
Cancel
Save