1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Fix build on FreeBSD.

This commit is contained in:
XMRig
2019-04-06 21:10:26 +07:00
parent 466aad8543
commit 9561570c50

View File

@@ -23,6 +23,9 @@
*/
#include <stdio.h>
#ifdef _MSC_VER
# include "getopt/getopt.h"
#else