diff options
Diffstat (limited to 'src/functiongetmakedeps.cpp')
-rw-r--r-- | src/functiongetmakedeps.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functiongetmakedeps.cpp b/src/functiongetmakedeps.cpp index 008a509..cc6cbbb 100644 --- a/src/functiongetmakedeps.cpp +++ b/src/functiongetmakedeps.cpp | |||
@@ -6,6 +6,10 @@ | |||
6 | #include <bu/sio.h> | 6 | #include <bu/sio.h> |
7 | using namespace Bu; | 7 | using namespace Bu; |
8 | 8 | ||
9 | #include <bu/plugger.h> | ||
10 | PluginInterface3( pluginFunctionGetMakeDeps, getMakeDeps, FunctionGetMakeDeps, | ||
11 | Function, "Mike Buland", 0, 1 ); | ||
12 | |||
9 | FunctionGetMakeDeps::FunctionGetMakeDeps() | 13 | FunctionGetMakeDeps::FunctionGetMakeDeps() |
10 | { | 14 | { |
11 | } | 15 | } |