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.
gentoo-overlay/media-sound/traverso/files/traverso-0.49.2-gcc47.patch

21 lines
366 B

--- src/core/FileHelpers.cpp
+++ src/core/FileHelpers.cpp
@@ -22,6 +22,7 @@
#include "FileHelpers.h"
+#include <unistd.h> /* read and write */
#include <sys/stat.h>
#include "Config.h"
#include <QDir>
--- src/traverso/Main.cpp
+++ src/traverso/Main.cpp
@@ -19,6 +19,7 @@
*/
+#include <unistd.h> /* getpgrp */
#include <signal.h>
#include <stdlib.h>