5ee779e705
to make this build with GCC 4.x.
14 lines
348 B
Text
14 lines
348 B
Text
$NetBSD: patch-ai,v 1.1 2006/07/02 14:36:19 tron Exp $
|
|
|
|
--- title.c.orig 1998-05-11 07:52:59.000000000 +0100
|
|
+++ title.c 2006-07-02 15:32:19.000000000 +0100
|
|
@@ -7,8 +7,8 @@
|
|
#include "Wlib.h"
|
|
#include "defs.h"
|
|
#include "images.h"
|
|
-#include "data.h"
|
|
#include "struct.h"
|
|
+#include "data.h"
|
|
#include "proto.h"
|
|
|
|
W_Image *pauseImage, *titleImage;
|