Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424065
Collapse All | Expand All

(-)qgoogletranslator-1.2.1.orig//src/3rdparty/qtsingleapplication/qtlocalpeer.cpp (+2 lines)
Lines 59-64 Link Here
59
#include <time.h>
59
#include <time.h>
60
#endif
60
#endif
61
61
62
#include <unistd.h>
63
62
namespace QtLP_Private {
64
namespace QtLP_Private {
63
#include "qtlockedfile.cpp"
65
#include "qtlockedfile.cpp"
64
#if defined(Q_OS_WIN)
66
#if defined(Q_OS_WIN)
(-)qgoogletranslator-1.2.1.orig//src/3rdparty/qtsingleapplication/qtlockedfile_unix.cpp (-1 lines)
Lines 46-52 Link Here
46
46
47
#include <string.h>
47
#include <string.h>
48
#include <errno.h>
48
#include <errno.h>
49
#include <unistd.h>
50
#include <fcntl.h>
49
#include <fcntl.h>
51
50
52
#include "qtlockedfile.h"
51
#include "qtlockedfile.h"

Return to bug 424065