提交 73f7f891 编写于 作者: B Behdad Esfahbod

Define _POSIX_C_SOURCE only if it is not defined

Fixes https://github.com/behdad/harfbuzz/pull/45
上级 6bd5646f
......@@ -25,7 +25,9 @@
*/
/* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199309L
#endif
#include "hb-private.hh"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册