]> granicus.if.org Git - graphviz/commitdiff
Need #include <fcntl.h> to get definition of O_BINARY
authorerg <devnull@localhost>
Thu, 14 Jun 2007 20:23:16 +0000 (20:23 +0000)
committererg <devnull@localhost>
Thu, 14 Jun 2007 20:23:16 +0000 (20:23 +0000)
plugin/pango/gvrender_pango.c

index 7c3f19691cedefa7a3cebb9cb9b1de9bc24110e3..b079739f2254b6439b6a0a6cabd663f25bba52bb 100644 (file)
@@ -24,6 +24,7 @@
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
+#include <fcntl.h>
 
 #if defined(HAVE_FENV_H) && defined(HAVE_FESETENV) && defined(HAVE_FEGETENV) && defined(HAVE_FEENABLEEXCEPT)