Description: fix FTBFS with GCC-10
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2020-08-07
Index: luola/src/pilot.h
===================================================================
--- luola.orig/src/pilot.h
+++ luola/src/pilot.h
@@ -34,7 +34,7 @@ struct Ship;
 
 #define PARACHUTE_FRAME 2
 
-struct Pilot {
+extern struct Pilot {
     struct Walker walker;       /* inherits Walker */
     SDL_Surface *sprite[3];     /* Normal,Normal2, Parachute */
     Vector attack_vector;       /* Direction where gun is pointed to */
