From bbb97ac1578ff20ac312259404ac80cc4a3ca42e Mon Sep 17 00:00:00 2001 From: arcum42 Date: Thu, 22 Jan 2009 13:35:47 +0000 Subject: [PATCH] Fix an include in the OpenGL version of ZeroGS. git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@625 a6443dda-0b58-4228-96e9-037be469359c --- plugins/zerogs/opengl/zpipe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zerogs/opengl/zpipe.cpp b/plugins/zerogs/opengl/zpipe.cpp index 703ab487b8..3dc4b17d6c 100644 --- a/plugins/zerogs/opengl/zpipe.cpp +++ b/plugins/zerogs/opengl/zpipe.cpp @@ -8,7 +8,7 @@ #include //#define ZLIB_WINAPI -#include "zlib/zlib.h" +#include "zlib.h" int def(char *src, char *dst, int bytes_to_compress, int *bytes_after_compressed) ; int inf(char *src, char *dst, int bytes_to_decompress, int maximum_after_decompress) ;