From d62e924b85d7ff0b53d3c46baf6028e3f1599e0c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 9 Feb 2016 10:19:46 +0000
Subject: [PATCH] taucs compiles on win64

---
 contrib/taucs/src/taucs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/taucs/src/taucs.h b/contrib/taucs/src/taucs.h
index d825a45736..7b5a880326 100644
--- a/contrib/taucs/src/taucs.h
+++ b/contrib/taucs/src/taucs.h
@@ -82,9 +82,9 @@
 #ifdef OSTYPE_win32
 #ifdef _MSC_VER
 typedef unsigned long ssize_t;
-#endif
 typedef int mode_t;
 typedef int perm_t;
+#endif
 #define random    rand
 #define srandom   srand
 #endif
-- 
GitLab