aboutsummaryrefslogtreecommitdiff
path: root/src/performcommand.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-04-28 23:03:52 +0000
committerMike Buland <eichlan@xagasoft.com>2008-04-28 23:03:52 +0000
commit38f70faf083338bf32369dfe509e3045e3ccd24a (patch)
treeca3173e5ae8b3f4cfe79816f58d08c135c41fca5 /src/performcommand.cpp
parentbcf473b324216e8622ea308974e0978dc97c83fc (diff)
downloadbuild-38f70faf083338bf32369dfe509e3045e3ccd24a.tar.gz
build-38f70faf083338bf32369dfe509e3045e3ccd24a.tar.bz2
build-38f70faf083338bf32369dfe509e3045e3ccd24a.tar.xz
build-38f70faf083338bf32369dfe509e3045e3ccd24a.zip
Same thing as libbu++, new version of gcc changed the rules a bit.
Diffstat (limited to '')
-rw-r--r--src/performcommand.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/performcommand.cpp b/src/performcommand.cpp
index 3f3aa32..65827c5 100644
--- a/src/performcommand.cpp
+++ b/src/performcommand.cpp
@@ -3,6 +3,8 @@
3#include "build.h" 3#include "build.h"
4#include "viewer.h" 4#include "viewer.h"
5 5
6#include <stdlib.h>
7
6PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 ); 8PluginInterface2(command, PerformCommand, Perform, "Mike Buland", 0, 1 );
7 9
8PerformCommand::PerformCommand() 10PerformCommand::PerformCommand()