src/waypoint.cpp
changeset 5838 9c3129cb019b
parent 5835 e0ff603ae0b7
child 5985 e7a55ca9e43d
--- a/src/waypoint.cpp	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/waypoint.cpp	Wed Jan 10 18:56:51 2007 +0000
@@ -437,6 +437,6 @@
 	}
 }
 
-const ChunkHandler _waypoint_chunk_handlers[] = {
+extern const ChunkHandler _waypoint_chunk_handlers[] = {
 	{ 'CHKP', Save_WAYP, Load_WAYP, CH_ARRAY | CH_LAST},
 };