Fix #746: src/options: fix build failure against gcc-10
[geeqie.git] / src / options.h
index fcfe961..02ff8fa 100644 (file)
@@ -329,8 +329,8 @@ struct _ConfOptions
        GList *disabled_plugins;
 };
 
-ConfOptions *options;
-CommandLine *command_line;
+extern ConfOptions *options;
+extern CommandLine *command_line;
 
 ConfOptions *init_options(ConfOptions *options);
 void setup_default_options(ConfOptions *options);