Merge pull request #48 from infirit/master
gtk3: fix implicit declaration: gtk_source_language_get_id
This commit is contained in:
commit
7ceb8fe98b
|
@ -22,6 +22,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <gtk/gtk.h>
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#include <gtksourceview/gtksource.h>
|
||||
#endif
|
||||
#include <pluma/pluma-language-manager.h>
|
||||
#include <pluma/pluma-prefs-manager.h>
|
||||
#include <pluma/pluma-debug.h>
|
||||
|
|
Loading…
Reference in New Issue