Add gtksource.h include for GTK3
This commit is contained in:
parent
1418f8639d
commit
a7ce13a186
|
@ -37,6 +37,10 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <glib/gi18n.h>
|
||||
#include <gtk/gtk.h>
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#include <gtksourceview/gtksource.h>
|
||||
#endif
|
||||
|
||||
#include <pluma/pluma-prefs-manager.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue