diff options
author | infirit <[email protected]> | 2015-08-03 21:32:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-03 21:32:35 +0200 |
commit | ee8ed9307be84069164c523e99d80edda3ec62a2 (patch) | |
tree | ef778ff314084f198bf095f6341c67d24a83fa49 /tests | |
parent | 743994aee9a4dc417c3bbe888ad25cc413d66bc0 (diff) | |
download | pluma-ee8ed9307be84069164c523e99d80edda3ec62a2.tar.bz2 pluma-ee8ed9307be84069164c523e99d80edda3ec62a2.tar.xz |
Fix implicit declarations
Diffstat (limited to 'tests')
-rw-r--r-- | tests/document-loader.c | 1 | ||||
-rw-r--r-- | tests/document-output-stream.c | 1 | ||||
-rw-r--r-- | tests/document-saver.c | 2 | ||||
-rw-r--r-- | tests/smart-converter.c | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/tests/document-loader.c b/tests/document-loader.c index 25721bac..d828af1c 100644 --- a/tests/document-loader.c +++ b/tests/document-loader.c @@ -21,6 +21,7 @@ */ #include "pluma-gio-document-loader.h" +#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c index 8c9f6de4..a7e93a32 100644 --- a/tests/document-output-stream.c +++ b/tests/document-output-stream.c @@ -22,6 +22,7 @@ #include "pluma-document-output-stream.h" +#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> diff --git a/tests/document-saver.c b/tests/document-saver.c index 455ef656..5ac33d54 100644 --- a/tests/document-saver.c +++ b/tests/document-saver.c @@ -21,9 +21,11 @@ */ #include "pluma-gio-document-loader.h" +#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> +#include <glib/gprintf.h> #include <string.h> #include <sys/stat.h> diff --git a/tests/smart-converter.c b/tests/smart-converter.c index 58403abf..722edddc 100644 --- a/tests/smart-converter.c +++ b/tests/smart-converter.c @@ -25,6 +25,7 @@ #include "pluma-encodings.h" #include <gio/gio.h> #include <glib.h> +#include <glib/gprintf.h> #include <string.h> #define TEXT_TO_CONVERT "this is some text to make the tests" |