1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Fixed API compiling issue on OS X

This commit is contained in:
p2k 2012-01-23 12:25:16 +01:00
parent 7ac4b7806f
commit c89ef81010

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>