blob: 275baa253c9a4832cfc6ce47a0603b5dc56947ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- tools/osmpbf-outline.cpp.orig 2014-03-15 15:11:32 UTC
+++ tools/osmpbf-outline.cpp
@@ -1,3 +1,6 @@
+// for isatty()
+#include <unistd.h>
+
// used for va_list in debug-print methods
#include <stdarg.h>
|