patches/mkvtoolnix-05-terminal.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3174 a21f87bf260d
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- mkvtoolnix-4.5.0/src/common/terminal.cpp.orig	Mon Jan 31 15:34:09 2011
+++ mkvtoolnix-4.5.0/src/common/terminal.cpp	Sat Feb  5 17:23:14 2011
@@ -11,6 +11,9 @@
    Written by Moritz Bunkus <[email protected]>.
 */
 
+#include <unistd.h>
+#include <stropts.h>
+
 #include "common/os.h"
 
 #if defined(HAVE_TIOCGWINSZ)