pkgsrc/graphics/mgl/patches/patch-aq

20 lines
433 B
Text

$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,