diff options
Diffstat (limited to 'graphics/netpbm/files/patch-bj')
| -rw-r--r-- | graphics/netpbm/files/patch-bj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/netpbm/files/patch-bj b/graphics/netpbm/files/patch-bj new file mode 100644 index 000000000000..3c13b6e179ea --- /dev/null +++ b/graphics/netpbm/files/patch-bj @@ -0,0 +1,14 @@ +--- ppm/eyuvtoppm.c.orig Fri Mar 31 07:09:32 2000 ++++ ppm/eyuvtoppm.c Sat Apr 8 12:00:00 2000 +@@ -40,8 +40,11 @@ + * HEADER FILES * + *==============*/ + #include <stdio.h> ++#ifdef __STDC__ + #include <stdlib.h> ++#else + #include <malloc.h> ++#endif + + typedef unsigned char uint8; + |
