diff options
Diffstat (limited to 'src/functiondirs.cpp')
-rw-r--r-- | src/functiondirs.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functiondirs.cpp b/src/functiondirs.cpp index fb64ef3..dee3c4c 100644 --- a/src/functiondirs.cpp +++ b/src/functiondirs.cpp | |||
@@ -5,6 +5,10 @@ | |||
5 | #include <glob.h> | 5 | #include <glob.h> |
6 | #include <unistd.h> | 6 | #include <unistd.h> |
7 | 7 | ||
8 | #include <bu/plugger.h> | ||
9 | PluginInterface3( pluginFunctionDirs, dirs, FunctionDirs, Function, | ||
10 | "Mike Buland", 0, 1 ); | ||
11 | |||
8 | FunctionDirs::FunctionDirs() | 12 | FunctionDirs::FunctionDirs() |
9 | { | 13 | { |
10 | } | 14 | } |