summaryrefslogtreecommitdiffstats
path: root/trunk/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/ouch.cc')
-rw-r--r--trunk/source/ouch.cc5
1 files changed, 4 insertions, 1 deletions
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 <string.h>
#include <stdio.h>
@@ -54,6 +55,8 @@
#include <sys/stat.h>
#endif
+#include "ouch.h"
+
#include "externs.h"
#include "chardump.h"