1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: fix some compilation problems on SmartOS

This commit is contained in:
Sebastien Helleu
2014-03-16 17:46:56 +01:00
parent 907e099f86
commit d920f87455
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
* this define is needed for strptime()
* but is not used for OpenBSD, it causes bug with gcrypt (see bug #37373)
*/
#if !defined(__OpenBSD__)
#if !defined(__OpenBSD__) && !defined(__sun)
#define _XOPEN_SOURCE 700
#endif