diff options
Diffstat (limited to 'games/freedink-engine/files/patch-meminfo.c')
-rw-r--r-- | games/freedink-engine/files/patch-meminfo.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/freedink-engine/files/patch-meminfo.c b/games/freedink-engine/files/patch-meminfo.c new file mode 100644 index 000000000000..7c8ce0d61da9 --- /dev/null +++ b/games/freedink-engine/files/patch-meminfo.c @@ -0,0 +1,11 @@ +--- src/meminfo.c.orig 2013-08-14 02:51:44.000000000 -0700 ++++ src/meminfo.c 2013-08-14 02:51:55.000000000 -0700 +@@ -24,7 +24,7 @@ + #include <config.h> + #endif + +-#include <malloc.h> ++#include <stdlib.h> + + #include "log.h" + |