summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/document-loader.c1
-rw-r--r--tests/document-output-stream.c1
-rw-r--r--tests/document-saver.c2
-rw-r--r--tests/smart-converter.c1
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"