Fix build with Sun compiler
This commit is contained in:
parent
08b29c0809
commit
f88d3bd7e4
|
@ -24,6 +24,9 @@
|
|||
* Red Hat Author(s): Behdad Esfahbod
|
||||
*/
|
||||
|
||||
/* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */
|
||||
#define _POSIX_C_SOURCE 3
|
||||
|
||||
#include "hb-private.hh"
|
||||
|
||||
#include "hb-blob.h"
|
||||
|
|
Loading…
Reference in New Issue