aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
authorTheVice <[email protected]>2020-01-27 16:24:14 +0200
committerJack O'Connor <[email protected]>2020-01-30 16:17:46 -0500
commit58926046ca31df80b8806e64d9edd13b8dd503dd (patch)
tree051f8bb0574719e980cb7b460c9fc6ff12694482 /c/main.c
parent3c098eecc1c5a19adbfc1968e055d4cfadf64f0f (diff)
[MSVC] added possible to compile at Microsoft Visual C compiler.
[main.c] removed including of unistd.h from c/main.c file. [blake3_avx2.c|blake3_avx512.c|blake3_sse41.c] resolved compile error: 'C4146' - applying of unary minus operator to the unsigned value.
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/main.c b/c/main.c
index 9fe59dd..fff3c22 100644
--- a/c/main.c
+++ b/c/main.c
@@ -10,7 +10,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include "blake3.h"
#include "blake3_impl.h"