]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.h
Виправлено помилки компіляції на FreeBSD4
[stg.git] / stglibs / common.lib / common.h
index 7761d183ad8c71381d1df116b1ba0f071364be1b..6e9576983b5b95544a6f3ca2e40b9e18d5e39ca5 100644 (file)
 #ifndef common_h
 #define common_h
 
+#ifdef __BORLANDC__
+#include <time.h>
+#else
 #include <ctime>
+#endif
 #include <string>
 
 #include "os_int.h"