summaryrefslogtreecommitdiff
path: root/graphics/mgl/patches/patch-aq
blob: 3752244020d46edc55addc5e016989d6ff3cfebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aq,v 1.2 2007/12/05 13:38:27 obache Exp $

--- lib/draw_engine.c.orig	2000-09-09 03:40:42.000000000 +0000
+++ lib/draw_engine.c
@@ -30,6 +30,7 @@
 #include "mgl2.h"
 #include "draw_engine.h"
 #include <stdlib.h>
+#include <stdio.h>
 
 
 #ifndef NULL
@@ -413,6 +414,7 @@ void bitblt_generic(struct screen *dst, 
 	    }
 	}
 ret:
+	;
 }
 
 static void gen_bitblt(struct screen *dst, int dx, int dy, struct screen *src,