13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
--- fs2fast.c.orig Sat Jan 8 13:49:10 2000
|
|
+++ fs2fast.c Sat Jan 8 13:50:15 2000
|
|
@@ -19,7 +19,9 @@
|
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
*/
|
|
#include <config.h>
|
|
+#ifdef HAVE_MALLOC_H
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <memory.h>
|
|
#include "video.h"
|
|
#include "proto.h"
|