mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
$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"
|