Skip to content
Snippets Groups Projects
Commit a6e479c8 authored by cheloveck3-0's avatar cheloveck3-0 Committed by Kurotych Anatolii
Browse files

memory.h lib fix (#35)

parent 1b6cbd39
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,11 @@
#include <stdlib.h>
#include <stdint.h>
#include <errno.h>
#include <malloc.h>
#if (OS_TARGET == OS_MACOS)
#include <stdio.h>
#else
#include <malloc.h>
#endif
#include <string.h>
#include <sys/stat.h>
#include "file_utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment