diff options
Diffstat (limited to 'solenv/gcc-wrappers/wrapper.hxx')
-rw-r--r-- | solenv/gcc-wrappers/wrapper.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/gcc-wrappers/wrapper.hxx b/solenv/gcc-wrappers/wrapper.hxx index 985074196c75..b9a0bb3fe60e 100644 --- a/solenv/gcc-wrappers/wrapper.hxx +++ b/solenv/gcc-wrappers/wrapper.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX +#define INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX + #include <string> #include <iostream> #include <vector> @@ -21,4 +24,6 @@ string processccargs(vector<string> rawargs); int startprocess(string command, string args); +#endif // INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |