Browse Source

Fixed API compiling issue on OS X

nfactor-troky
p2k 13 years ago
parent
commit
c89ef81010
  1. 2
      api.c

2
api.c

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
#include "compat.h"
#include "miner.h"
#if defined(unix)
#if defined(unix) || defined(__APPLE__)
#include <errno.h>
#include <sys/socket.h>
#include <netinet/in.h>

Loading…
Cancel
Save