From eef2121c67291b55085dd4b6c9bfbb489565004b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 29 Jul 2016 18:10:25 -0400 Subject: [PATCH] Missing dirent include in component-factory.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- lib/plugin-system/component-factory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/plugin-system/component-factory.c b/lib/plugin-system/component-factory.c index d97eedf6..46b4f62f 100644 --- a/lib/plugin-system/component-factory.c +++ b/lib/plugin-system/component-factory.c @@ -39,6 +39,7 @@ #include #include #include +#include #define NATIVE_PLUGIN_SUFFIX ".so" #define NATIVE_PLUGIN_SUFFIX_LEN sizeof(NATIVE_PLUGIN_SUFFIX) -- 2.34.1