Pārlūkot izejas kodu

presence_xml: define _DARWIN_C_SOURCE 1

- compile the module on darwin, workaround for strptime
Daniel-Constantin Mierla 16 gadi atpakaļ
vecāks
revīzija
cabd988384
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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
 	#define _BSD_SOURCE 1				/* needed on linux to "fix" the effect
 										  of the above define on
 										  of the above define on
 										  features.h/unistd.h syscall() */
 										  features.h/unistd.h syscall() */
+   #define _DARWIN_C_SOURCE 1
 #else
 #else
 	#define _XOPEN_SOURCE_EXTENDED 1   /* solaris */
 	#define _XOPEN_SOURCE_EXTENDED 1   /* solaris */
 #endif
 #endif