1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Merge pull request #90 from p2k/master

Fixed API compiling issue on OS X
This commit is contained in:
Con Kolivas 2012-01-23 03:26:24 -08:00
commit 22a1850cbc

2
api.c
View File

@ -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>