blob: 42fbc589a86e416515097c5a3310729b7087c0ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2011/01/27 18:00:50 adam Exp $
--- src/graphic/surface.cpp.orig 2011-01-27 14:19:11.000000000 +0000
+++ src/graphic/surface.cpp
@@ -25,6 +25,7 @@
#include <SDL_image.h>
#include <SDL_rotozoom.h>
#include <png.h>
+#include <zlib.h>
#include "graphic/surface.h"
#include "tool/math_tools.h"
|