aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/src/gcrypt_light.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/third_party/src/gcrypt_light.c')
-rw-r--r--src/lib/third_party/src/gcrypt_light.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/third_party/src/gcrypt_light.c b/src/lib/third_party/src/gcrypt_light.c
index 9c8a9e3f3..ecd4b6fc4 100644
--- a/src/lib/third_party/src/gcrypt_light.c
+++ b/src/lib/third_party/src/gcrypt_light.c
@@ -1,6 +1,8 @@
#include <stdint.h>
+#ifndef _WIN32
#include <unistd.h>
+#endif
#include <string.h>
#include <stdlib.h>