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