diff options
author | tron <tron@openttd.org> | 2005-12-14 20:45:12 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-14 20:45:12 +0000 |
commit | ca52ec33b215834a20a5a1ef327da773a7f8e2c3 (patch) | |
tree | 1af5d03f05fb56c583facb7821041f58ed0fa858 | |
parent | 6884453b66a71c5e1c04b3dcaac757ea60545926 (diff) | |
download | openttd-ca52ec33b215834a20a5a1ef327da773a7f8e2c3.tar.xz |
(svn r3307) A file shall include its own header
-rw-r--r-- | callback_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/callback_table.c b/callback_table.c index 25b9e713c..2c9ff3d84 100644 --- a/callback_table.c +++ b/callback_table.c @@ -2,6 +2,7 @@ #include "stdafx.h" #include "openttd.h" +#include "callback_table.h" #include "functions.h" // If you add a callback for DoCommandP, also add the callback in here |