mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18c6805255
morphing/warping program akin to xmorph, with some nice features, like MPEG video creation. PR: 14379 Submitted by: Tobias Reifenberger <treif@mayn.de>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
--- 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>
|
|
|