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

(-)webkitgtk-1.10.2/Source/WebKit2/UIProcess/Plugins/gtk/PluginProcessProxyGtk.cpp.old (+1 lines)
Lines 35-40 Link Here
35
#include <glib.h>
35
#include <glib.h>
36
#include <wtf/text/CString.h>
36
#include <wtf/text/CString.h>
37
#include <wtf/text/WTFString.h>
37
#include <wtf/text/WTFString.h>
38
#include <sys/wait.h> // WIFEXITED
38
39
39
using namespace WebCore;
40
using namespace WebCore;
40
41
(-)webkitgtk-1.10.2/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp.old (+1 lines)
Lines 38-43 Link Here
38
#include <wtf/text/WTFString.h>
38
#include <wtf/text/WTFString.h>
39
#include <wtf/gobject/GOwnPtr.h>
39
#include <wtf/gobject/GOwnPtr.h>
40
#include <wtf/gobject/GlibUtilities.h>
40
#include <wtf/gobject/GlibUtilities.h>
41
#include <sys/wait.h> // WIFEXITED
41
42
42
#if OS(LINUX)
43
#if OS(LINUX)
43
#include <sys/prctl.h>
44
#include <sys/prctl.h>

Return to bug 449220