]> git.sur5r.net Git - minitube/blob - debian/patches/gcc-4.7.patch
Imported Debian patch 1.7-1.1
[minitube] / debian / patches / gcc-4.7.patch
1 Description: add missing include to avoid FTBFS with gcc 4.7
2 Origin: vendor
3 Bug-Debian: http://bugs.debian.org/667281
4 Forwarded: no
5 Author: gregor herrmann <gregoa@debian.org>
6 Last-Update: 2012-05-09
7
8 --- a/src/qtsingleapplication/qtlocalpeer.cpp
9 +++ b/src/qtsingleapplication/qtlocalpeer.cpp
10 @@ -49,6 +49,7 @@
11  #include <QtCore/QCoreApplication>
12  #include <QtCore/QTime>
13  #include <QDebug>
14 +#include <unistd.h>
15  
16  #if defined(Q_OS_WIN)
17  #include <QtCore/QLibrary>