pspp-sheet-view: Make Shift+Tab select only one cell when switching rows.
[pspp] / src / ui / gui / widgets.c
index 008d37e52a30440ccf5200e41e28fd8005ef7750..f6dbede80fe31454a3fe80e3ec1ac6be9341231b 100644 (file)
@@ -1,5 +1,7 @@
 #include <config.h>
 
+#include <gtksourceview/gtksourceview.h>
+
 #include "widgets.h"
 
 
@@ -64,5 +66,5 @@ preregister_widgets (void)
 
   /* This seems to be necessary on Cygwin.
      It ought not to be necessary.  Having it here can't do any harm. */
-  gtk_source_view_get_type ();
+  (void) gtk_source_view_get_type ();
 }