diff options
Diffstat (limited to 'src/cmd_out.cc')
| -rw-r--r-- | src/cmd_out.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd_out.cc b/src/cmd_out.cc index a855add..3a59f2e 100644 --- a/src/cmd_out.cc +++ b/src/cmd_out.cc @@ -4,6 +4,8 @@ #include <string> #include <array> +#include "cmd_out.hh" + std::string cmd_out(const char* cmd) { std::array<char, 128> buffer; std::string result; |
