summaryrefslogtreecommitdiff
path: root/tests/document-output-stream.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-08-03 21:32:35 +0200
committerinfirit <[email protected]>2015-08-03 21:32:35 +0200
commitee8ed9307be84069164c523e99d80edda3ec62a2 (patch)
treeef778ff314084f198bf095f6341c67d24a83fa49 /tests/document-output-stream.c
parent743994aee9a4dc417c3bbe888ad25cc413d66bc0 (diff)
downloadpluma-ee8ed9307be84069164c523e99d80edda3ec62a2.tar.bz2
pluma-ee8ed9307be84069164c523e99d80edda3ec62a2.tar.xz
Fix implicit declarations
Diffstat (limited to 'tests/document-output-stream.c')
-rw-r--r--tests/document-output-stream.c1
1 files changed, 1 insertions, 0 deletions
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>