summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>