You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
416 B
17 lines
416 B
6 years ago
|
#
|
||
|
# (c) Ignacio Nin <ignacio.nin@percona.com> 2013, GPLv2
|
||
|
#
|
||
|
# Include unistd.h in qpress.cpp, which uses isatty().
|
||
|
#
|
||
|
diff -Naur a/qpress.cpp b/qpress.cpp
|
||
|
--- a/qpress.cpp 2010-09-23 16:09:26.000000000 -0300
|
||
|
+++ b/qpress.cpp 2013-07-09 18:05:27.230845411 -0300
|
||
|
@@ -92,6 +92,7 @@
|
||
|
#include "aio.hpp"
|
||
|
#include <stdarg.h>
|
||
|
#include <string>
|
||
|
+#include <unistd.h>
|
||
|
#include "levels.c"
|
||
|
#include "utilities.hpp"
|
||
|
|