Skip to content

Commit

Permalink
Merge pull request #19 from dcarlier-afilias/win_fix
Browse files Browse the repository at this point in the history
windows build fix
  • Loading branch information
sneves committed Jun 4, 2018
2 parents e5f2bb5 + 4f02982 commit 9b1cc68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/blake2-impl.h
Expand Up @@ -14,6 +14,10 @@
#ifndef __BLAKE2_IMPL_H__
#define __BLAKE2_IMPL_H__

#if defined(_WIN32) || defined(WIN32)
#include <windows.h>
#endif

#include <stddef.h>
#include <stdint.h>
#include <string.h>
Expand Down

0 comments on commit 9b1cc68

Please sign in to comment.