• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

修訂3b1c3739fb4559f4d741724d267628fb5e9bd9b2 (tree)
時間2020-03-17 00:39:45
作者shimitei <shimitei@gmai...>
Commitershimitei

Log Message

add ifdef calng

Change Summary

差異

--- a/src/chuukei.c
+++ b/src/chuukei.c
@@ -14,6 +14,10 @@
1414 #ifdef WINDOWS
1515 #include <windows.h>
1616 #endif
17+#ifdef __clang__
18+#include <unistd.h>
19+#include <sys/time.h>
20+#endif
1721
1822 #ifdef CHUUKEI
1923 #if defined(WINDOWS)