mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
(trunk libT) fix Solaris build error reported by wereHamster
This commit is contained in:
parent
836330d834
commit
822a192758
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#endif
|
||||
|
||||
#define _XOPEN_SOURCE 500 /* needed for recursive locks. */
|
||||
#define _XOPEN_SOURCE 600 /* needed for recursive locks. */
|
||||
#ifndef __USE_UNIX98
|
||||
#define __USE_UNIX98 /* some older Linuxes need it spelt out for them */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue