2004-06-21 23:07:17 -04:00
|
|
|
$OpenBSD: patch-24bit_c,v 1.1 2004/06/22 03:07:17 brad Exp $
|
|
|
|
--- 24bit.c.orig 1999-07-23 21:59:25.000000000 -0600
|
|
|
|
+++ 24bit.c 2004-06-21 20:01:38.000000000 -0600
|
2000-01-09 00:56:33 -05:00
|
|
|
@@ -26,11 +26,13 @@
|
|
|
|
*/
|
1998-06-30 18:29:09 -04:00
|
|
|
|
2000-01-09 00:56:33 -05:00
|
|
|
#include <config.h>
|
|
|
|
+#ifdef HAVE_MALLOC_H
|
|
|
|
+#include <malloc.h>
|
|
|
|
+#endif
|
|
|
|
#include "video.h"
|
|
|
|
#include "dither.h"
|
|
|
|
#include "proto.h"
|
|
|
|
#include <time.h>
|
|
|
|
-#include <malloc.h>
|
|
|
|
#include "my_dmalloc.h"
|
1998-06-30 18:29:09 -04:00
|
|
|
|
2000-01-09 00:56:33 -05:00
|
|
|
/*
|