summaryrefslogtreecommitdiff
path: root/src/cli/Main.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 19:14:03 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 19:14:03 +0100
commitb21b3c74c2a5a8bcc1c64067dae3377bba03767a (patch)
treed766048334b1b81c3a202fa86c33b6dc701b2fd7 /src/cli/Main.cpp
parent3716068910b5d903f77953da11fc4a8ab06488c6 (diff)
fixed comment
Diffstat (limited to 'src/cli/Main.cpp')
-rw-r--r--src/cli/Main.cpp2
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>