1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 09:02:45 -05:00

Fix compile warnings.

This commit is contained in:
XMRig
2020-05-29 20:02:57 +07:00
parent 2fae0e1319
commit 169fad3a5c
8 changed files with 10 additions and 9 deletions

View File

@@ -25,6 +25,7 @@
#include <stddef.h>
#include <errno.h>
#include <math.h>
#include <stdlib.h>
#include "ethash.h"
#include "fnv.h"
#include "endian.h"