summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index 75b36bd..7b0b74b 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -173,6 +173,9 @@ namespace xs
#if defined XS_HAVE_WINDOWS
typedef std::vector <HMODULE> plugins_t;
plugins_t plugins;
+#elif defined XS_HAVE_LINUX
+ typedef std::vector <void*> plugins_t;
+ plugins_t plugins;
#endif
// List of all filters plugged into the context.