widgets: #include missing header file.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Aug 2012 20:19:17 +0000 (13:19 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Aug 2012 20:19:17 +0000 (13:19 -0700)
It didn't build for me otherwise.

src/ui/gui/widgets.c

index 008d37e52a30440ccf5200e41e28fd8005ef7750..c4f809906759a510252741909cc9c5079b1126af 100644 (file)
@@ -1,5 +1,7 @@
 #include <config.h>
 
+#include <gtksourceview/gtksourceview.h>
+
 #include "widgets.h"