mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #112 from fluffypony/master
fixed OS X malloc.h reference
This commit is contained in:
commit
1d6372cccf
1 changed files with 4 additions and 1 deletions
|
@ -34,11 +34,14 @@ static const char _NR[] = {
|
|||
#include <stddef.h>
|
||||
#include <time.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <process.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue