Fix build on FreeBSD.

This commit is contained in:
XMRig
2019-04-06 21:10:26 +07:00
parent fea6e2bcfa
commit 2f654e991e

View File

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