diff options
Diffstat (limited to 'media-gfx/graphviz/files/graphviz-1.16-common_h.patch')
-rw-r--r-- | media-gfx/graphviz/files/graphviz-1.16-common_h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/graphviz/files/graphviz-1.16-common_h.patch b/media-gfx/graphviz/files/graphviz-1.16-common_h.patch new file mode 100644 index 000000000000..e4c6f53dc004 --- /dev/null +++ b/media-gfx/graphviz/files/graphviz-1.16-common_h.patch @@ -0,0 +1,11 @@ +--- lefty/common.h.sav Thu Sep 16 09:15:07 2004 ++++ lefty/common.h Thu Sep 16 09:15:42 2004 +@@ -17,6 +17,8 @@ + #ifndef _COMMON_H + #define _COMMON_H + ++#include <sys/types.h> ++ + /* some config and conversion definitions from graphviz distribution */ + #ifdef HAVE_CONFIG_H + #include "config.h" |