]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.h
Виправлено помилки компіляції на FreeBSD4
[stg.git] / stglibs / common.lib / common.h
index cd7ab84fb7f5c2954f28924dcbd251c352d69664..6e9576983b5b95544a6f3ca2e40b9e18d5e39ca5 100644 (file)
  */
 
  /*
- $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"