openbsd-ports/games/manaplus/patches/patch-src_resources_imagewriter_cpp

15 lines
376 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_resources_imagewriter_cpp,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
--- src/resources/imagewriter.cpp.orig Sun Jun 26 16:54:01 2011
+++ src/resources/imagewriter.cpp Sun Jun 26 16:54:49 2011
@@ -24,8 +24,8 @@
#include "log.h"
-#include <png.h>
-#include <SDL.h>
+#include <libpng/png.h>
+#include <SDL/SDL.h>
#include <string>
#include "debug.h"