summaryrefslogtreecommitdiff
path: root/ext/digest/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest/defs.h')
-rw-r--r--ext/digest/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/defs.h b/ext/digest/defs.h
index 8e44cf6fa2..e7b90be023 100644
--- a/ext/digest/defs.h
+++ b/ext/digest/defs.h
@@ -18,7 +18,7 @@
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
-#else
+#elif !defined __CYGWIN__
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
# if SIZEOF_LONG == 8