diff options
Diffstat (limited to 'devel/ruby-rudl/files/patch-bitmask.c')
| -rw-r--r-- | devel/ruby-rudl/files/patch-bitmask.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-rudl/files/patch-bitmask.c b/devel/ruby-rudl/files/patch-bitmask.c new file mode 100644 index 000000000000..a1a543344641 --- /dev/null +++ b/devel/ruby-rudl/files/patch-bitmask.c @@ -0,0 +1,11 @@ +--- bitmask.c.orig Sat Sep 7 19:51:41 2002 ++++ bitmask.c Mon Apr 19 04:20:51 2004 +@@ -26,7 +26,7 @@ + *Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#include <malloc.h> ++#include <stdlib.h> + #include "bitmask.h" + + #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
