diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-28 19:14:03 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-28 19:14:03 +0100 |
commit | b21b3c74c2a5a8bcc1c64067dae3377bba03767a (patch) | |
tree | d766048334b1b81c3a202fa86c33b6dc701b2fd7 /src/cli/Main.cpp | |
parent | 3716068910b5d903f77953da11fc4a8ab06488c6 (diff) |
fixed comment
Diffstat (limited to 'src/cli/Main.cpp')
-rw-r--r-- | src/cli/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/Main.cpp b/src/cli/Main.cpp index 3f853b6..a67b380 100644 --- a/src/cli/Main.cpp +++ b/src/cli/Main.cpp @@ -25,7 +25,7 @@ * @author Benjamin Paaßen (bpaassen@techfak.uni-bielefeld.de) */ -#include <unistd.h> // Non-portable, needed for +#include <unistd.h> // Non-portable, needed for isatty #include <algorithm> #include <fstream> |