diff options
Diffstat (limited to 'net-mgmt/yabm/files/patch-mylibpng.c')
-rw-r--r-- | net-mgmt/yabm/files/patch-mylibpng.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/yabm/files/patch-mylibpng.c b/net-mgmt/yabm/files/patch-mylibpng.c new file mode 100644 index 000000000000..aff8beab5321 --- /dev/null +++ b/net-mgmt/yabm/files/patch-mylibpng.c @@ -0,0 +1,10 @@ +--- src/mylibpng/mylibpng.c.orig 2005-04-21 18:44:48.000000000 +0200 ++++ src/mylibpng/mylibpng.c 2012-05-06 06:45:47.000000000 +0200 +@@ -35,6 +35,7 @@ + #include <errno.h> + + #include <png.h> ++#include <pngpriv.h> + + #include "mylibpng.h" + |