aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xml/xml_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xml/xml_plugin.c')
-rw-r--r--plugins/xml/xml_plugin.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/xml/xml_plugin.c b/plugins/xml/xml_plugin.c
index 6c49f1d066..9727e02769 100644
--- a/plugins/xml/xml_plugin.c
+++ b/plugins/xml/xml_plugin.c
@@ -29,11 +29,12 @@
#include "config.h"
#endif
-#include "plugins/plugin_api.h"
+#include <glib.h>
+
+#ifndef ENABLE_STATIC
#include "moduleinfo.h"
#include <gmodule.h>
-#include "plugins/plugin_api_defs.h"
-
+#endif
/* these two are in packet-mate.c */
void proto_register_xml(void);