mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Fix build on FreeBSD.
This commit is contained in:
parent
466aad8543
commit
9561570c50
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include "getopt/getopt.h"
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue