freebsd-ports/games/patapizza-tetris/files/patch-tetris.c
Dmitry Marakasov d06e0ce517 - Switch to options helpers
- Regenerate patches
2017-05-24 09:00:37 +00:00

10 lines
236 B
C

--- tetris.c.orig 2012-08-17 10:03:47 UTC
+++ tetris.c
@@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>