Skip to content

Commit 6b4b065

Browse files
bellenotdpiparo
authored andcommitted
[unuran] Fix Unuran build on Windows
1 parent 887c038 commit 6b4b065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/unuran/config.h.win.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
4545
don't. */
46-
#define HAVE_DECL_SNPRINTF 0
46+
#define HAVE_DECL_SNPRINTF 1
4747

4848
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
4949
don't. */

0 commit comments

Comments
 (0)