From 493181a719708f3af4239b74f3cc705b07529030 Mon Sep 17 00:00:00 2001
From: Laurent Van Migroet <l.vanmiegroet@ulg.ac.be>
Date: Sat, 17 Dec 2011 12:43:03 +0000
Subject: [PATCH] Fix for MSVC

---
 contrib/blossom/concorde97/INCLUDE/machdefs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/blossom/concorde97/INCLUDE/machdefs.h b/contrib/blossom/concorde97/INCLUDE/machdefs.h
index 76ee000d8f..250c57ab02 100644
--- a/contrib/blossom/concorde97/INCLUDE/machdefs.h
+++ b/contrib/blossom/concorde97/INCLUDE/machdefs.h
@@ -9,12 +9,12 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
-#include <strings.h>
+//#include <string>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <unistd.h>
+//#include <unistd.h>
 #include <assert.h>
 #include <time.h>
 #undef CC_ZEIT_TIMES
-- 
GitLab