Added const qualifier to return value of gtk_check_version, as
[pspp-builds.git] / src / ui / gui / main.c
index bab489a5aad88b13072822e4b113df887b8094a4..44242823e07999cf71b062ffcc20ff6c11fc77cf 100644 (file)
@@ -14,6 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+#include <config.h>
 #include <gtk/gtk.h>
 #include "psppire.h"
 #include "progname.h"
@@ -94,7 +95,7 @@ main (int argc, char *argv[])
   gchar *filename = 0;
   gboolean show_splash = TRUE;
   GError *err = 0;
-  gchar *vers;
+  const gchar *vers;
 
   set_program_name (argv[0]);