summaryrefslogtreecommitdiff
path: root/aystar.c
diff options
context:
space:
mode:
Diffstat (limited to 'aystar.c')
-rw-r--r--aystar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aystar.c b/aystar.c
index 82ccb5800..e2f9109fe 100644
--- a/aystar.c
+++ b/aystar.c
@@ -15,7 +15,7 @@
*/
#include "stdafx.h"
-#include "ttd.h"
+#include "openttd.h"
#include "aystar.h"
// This looks in the Hash if a node exists in ClosedList
// If so, it returns the PathNode, else NULL