13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
--- fs2.c.orig Fri Dec 24 01:41:39 1999
|
|
+++ fs2.c Fri Dec 24 01:42:08 1999
|
|
@@ -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 "dither.h"
|