summaryrefslogtreecommitdiff
path: root/src/common/run_cmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/run_cmd.cc')
-rw-r--r--src/common/run_cmd.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/run_cmd.cc b/src/common/run_cmd.cc
index 5f5cc3cca32..ab30bbeb8d1 100644
--- a/src/common/run_cmd.cc
+++ b/src/common/run_cmd.cc
@@ -12,8 +12,6 @@
*
*/
-#include "common/errno.h"
-
#include <errno.h>
#include <sstream>
#include <stdarg.h>
@@ -23,6 +21,8 @@
#include <unistd.h>
#include <vector>
+#include "common/errno.h"
+
using std::ostringstream;
std::string run_cmd(const char *cmd, ...)