summaryrefslogtreecommitdiffstats
path: root/src/include/bsdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bsdlib.h')
-rw-r--r--src/include/bsdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bsdlib.h b/src/include/bsdlib.h
index 60e203e579..8ee3d40cf6 100644
--- a/src/include/bsdlib.h
+++ b/src/include/bsdlib.h
@@ -4,7 +4,7 @@
*/
#ifndef __BSDLIB__
#define __BSDLIB__
-#ifdef __STDC__
+#if defined(__STDC__) || defined(_WINDOWS)
/* compat-4.3 */
extern char *ecvt (double , int , int *, int *);
extern char *fcvt (double , int , int *, int *);