aboutsummaryrefslogtreecommitdiff
path: root/src/filter
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-02 18:20:46 +0200
committerMax Kellermann <max@duempel.org>2012-08-02 19:12:06 +0200
commitedf811fa0271da729e9962e3976f2a68ac35a395 (patch)
treeedae1c9330ea0bdc7eff132ef15deed6a20fc8d8 /src/filter
parentb25b7693baa8be5ab7f0fc727f17fb560b6208ae (diff)
DatabaseVisitor, ...: use GError forward declaration
Diffstat (limited to 'src/filter')
-rw-r--r--src/filter/null_filter_plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter/null_filter_plugin.c b/src/filter/null_filter_plugin.c
index e7c99882..7728c55b 100644
--- a/src/filter/null_filter_plugin.c
+++ b/src/filter/null_filter_plugin.c
@@ -29,6 +29,7 @@
#include "filter_internal.h"
#include "filter_registry.h"
+#include <glib.h>
#include <assert.h>
struct null_filter {