浏览代码

presence_xml: define _DARWIN_C_SOURCE 1

- compile the module on darwin, workaround for strptime
Daniel-Constantin Mierla 16 年之前
父节点
当前提交
cabd988384
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules_k/presence_xml/pidf.c

+ 1 - 0
modules_k/presence_xml/pidf.c

@@ -41,6 +41,7 @@
 	#define _BSD_SOURCE 1				/* needed on linux to "fix" the effect
 										  of the above define on
 										  features.h/unistd.h syscall() */
+   #define _DARWIN_C_SOURCE 1
 #else
 	#define _XOPEN_SOURCE_EXTENDED 1   /* solaris */
 #endif