blob: a1ad4c6ec1420347bd6b3679c3c3bee1fda023cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2007/11/25 23:52:54 wiz Exp $
--- src/canvas.h.orig 2007-09-14 05:43:03.000000000 +0000
+++ src/canvas.h
@@ -10,7 +10,7 @@
#include <SDL/SDL.h>
-#include "guichan/guichan/sdl.hpp"
+#include "guichan/sdl.hpp"
class Coordinate;
class Font;
|