Fix build with Sun compiler
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 14 Jan 2013 06:33:58 +0000 (00:33 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 14 Jan 2013 06:33:58 +0000 (00:33 -0600)
src/hb-blob.cc

index b6e696b..bbbc936 100644 (file)
@@ -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"