X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/2f649fb261c20fad8b6ff48f8ebc1f9bd4f97b86..6ab0ce51a63441ab865e75fd631e4f363067d58e:/stglibs/common.lib/common.h?ds=sidebyside

diff --git a/stglibs/common.lib/common.h b/stglibs/common.lib/common.h
index cd7ab84f..6e957698 100644
--- a/stglibs/common.lib/common.h
+++ b/stglibs/common.lib/common.h
@@ -19,15 +19,19 @@
  */
 
  /*
- $Revision: 1.31 $
- $Date: 2010/11/03 10:26:30 $
+ $Revision: 1.32 $
+ $Date: 2010/11/08 10:11:19 $
  $Author: faust $
  */
 
 #ifndef common_h
 #define common_h
 
+#ifdef __BORLANDC__
+#include <time.h>
+#else
 #include <ctime>
+#endif
 #include <string>
 
 #include "os_int.h"