From 64fb30df969e02635f651f3e6c6bb5f0dce1960c Mon Sep 17 00:00:00 2001 From: nlanza Date: Tue, 2 Aug 2005 04:38:39 +0000 Subject: Build fixes to build cleanly on OS X; switch from makefile.lnx to makefile.osx in the master makefile to build. Note that this checkin adds comments to the start of each modified file tagging the file as modified by Crawl Reference; the license requires this, so we should be careful to stick with it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5 c06c8d41-db1a-0410-9941-cceddc491573 --- trunk/source/ouch.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'trunk/source/ouch.cc') diff --git a/trunk/source/ouch.cc b/trunk/source/ouch.cc index 5fa2cfa136..6a508cb934 100644 --- a/trunk/source/ouch.cc +++ b/trunk/source/ouch.cc @@ -3,6 +3,8 @@ * Summary: Functions used when Bad Things happen to the player. * Written by: Linley Henzell * + * Modified for Crawl Reference by $Author$ on $Date$ + * * Change History (most recent first): * * <8> 7/30/00 JDJ Fixed end_game so that it works with filenames longer than 6 characters. @@ -23,7 +25,6 @@ */ #include "AppHdr.h" -#include "ouch.h" #include #include @@ -54,6 +55,8 @@ #include #endif +#include "ouch.h" + #include "externs.h" #include "chardump.h" -- cgit v1.2.3-54-g00ecf