From f88d3bd7e407d332bb04688344c54756d24128c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Jan 2013 00:33:58 -0600 Subject: [PATCH] Fix build with Sun compiler --- src/hb-blob.cc | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.7.4