提交 27ccb094 编写于 作者: J Jim

Merge pull request #19 from asgeirom/master

Adding <linux/time.h> for CLOCK_REALTIME define.
......@@ -21,6 +21,9 @@
#include <dlfcn.h>
#include <unistd.h>
#include <time.h>
#if defined(__linux) || defined(__linux__) || defined(linux)
#include <linux/time.h>
#endif
#include "dstr.h"
#include "platform.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册