14 lines
361 B
Text
14 lines
361 B
Text
$NetBSD: patch-ai,v 1.1 2005/07/20 17:38:05 kristerw Exp $
|
|
|
|
--- ripples.c.orig Wed Jul 20 19:28:18 2005
|
|
+++ ripples.c Wed Jul 20 19:28:27 2005
|
|
@@ -1,9 +1,6 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
-#ifndef vms
|
|
-#include <malloc.h>
|
|
-#endif
|
|
|
|
/* use this to change if you want ripples with more than 256 colors */
|
|
#define RIPPLE_USES char
|