Skip to content

Commit

Permalink
lunix headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Aug 31, 2016
1 parent 06e2e1f commit 0ec15bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mpw-shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <vector>
#include <string>
#include <unordered_map>
#include <atomic>
#include <algorithm>

#include <unistd.h>
#include <fcntl.h>
Expand Down Expand Up @@ -32,7 +34,6 @@
#include <pwd.h>
#include <sysexits.h>
#include <paths.h>
#include <atomic>

#include "version.h"

Expand Down Expand Up @@ -408,6 +409,7 @@ int make(int argc, char **argv) {


}

argc -= optind;
argv += optind;
std::transform(argv, argv+argc, std::back_inserter(args), [](const char *cp){
Expand Down

0 comments on commit 0ec15bc

Please sign in to comment.