$NetBSD: patch-aq,v 1.1 2005/12/20 14:32:01 joerg 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,
