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

(-)valkyrie-2.0.0/src/objects/tool_object.cpp (+1 lines)
Lines 61-66 stopProcess() Link Here
61
#include "utils/vglogreader.h"
61
#include "utils/vglogreader.h"
62
#include "options/vk_option.h"   // PERROR* and friends
62
#include "options/vk_option.h"   // PERROR* and friends
63
//#include "vk_file_utils.h"       // FileCopy()
63
//#include "vk_file_utils.h"       // FileCopy()
64
#include <unistd.h>
64
65
65
#include <QApplication>
66
#include <QApplication>
66
#include <QDir>
67
#include <QDir>
(-)valkyrie-2.0.0/src/utils/vk_utils.cpp (+1 lines)
Lines 28-33 Link Here
28
#include <QFileInfo>
28
#include <QFileInfo>
29
#include <QRegExp>
29
#include <QRegExp>
30
#include <QString>
30
#include <QString>
31
#include <unistd.h>
31
32
32
/*
33
/*
33
#include <stdlib.h>                 // mkstemp()
34
#include <stdlib.h>                 // mkstemp()
(-)valkyrie-2.0.0/src/utils/vk_config.cpp (+1 lines)
Lines 34-39 Link Here
34
#include <QPoint>
34
#include <QPoint>
35
#include <QSize>
35
#include <QSize>
36
#include <QStringList>
36
#include <QStringList>
37
#include <unistd.h>
37
38
38
39
39
40

Return to bug 421867