commit | f88d3bd7e407d332bb04688344c54756d24128c9 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Jan 14 00:33:58 2013 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Jan 14 00:33:58 2013 -0600 |
tree | 5534231be7fbd95d0c1bdc03d9c7ee0f47702e5b | |
parent | 08b29c08094097f1c23ec53b10084bc390cea833 [diff] [blame] |
Fix build with Sun compiler
diff --git a/src/hb-blob.cc b/src/hb-blob.cc index b6e696b..bbbc936 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc
@@ -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"