Fix #746: src/options: fix build failure against gcc-10
[geeqie.git] / src / options.c
index 9945938..bab26ac 100644 (file)
@@ -32,6 +32,9 @@
 #include "ui_fileops.h"
 #include "window.h"
 
+ConfOptions *options;
+CommandLine *command_line;
+
 ConfOptions *init_options(ConfOptions *options)
 {
        gint i;