diff options
Diffstat (limited to 'graphics/xmrm/files/patch-ab')
-rw-r--r-- | graphics/xmrm/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xmrm/files/patch-ab b/graphics/xmrm/files/patch-ab new file mode 100644 index 000000000000..6403b6168169 --- /dev/null +++ b/graphics/xmrm/files/patch-ab @@ -0,0 +1,11 @@ +--- const.h.orig Mon Mar 9 17:00:00 1998 ++++ const.h Tue Mar 28 15:23:34 2000 +@@ -3,7 +3,7 @@ + // Programming: Gerhard Waldhör, Andreas Artmann + + #include <stdio.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <errno.h> + #include <math.h> + |