Skip to content

Commit

Permalink
Merge r158444 - Fix build on non-linux platforms
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=123622

Patch by Emilio Pozuelo Monfort <pochu27@gmail.com> on 2013-11-01
Reviewed by Darin Adler.

* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
  • Loading branch information
epozuelo authored and carlosgcampos committed Nov 11, 2013
1 parent 750cde6 commit b3dc1b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
2013-11-01 Emilio Pozuelo Monfort <pochu27@gmail.com>

Fix build on non-linux platforms
https://bugs.webkit.org/show_bug.cgi?id=123622

Reviewed by Darin Adler.

* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:

2013-09-24 Lorenzo Tilve <ltilve@igalia.com>

[GTK] Fix compilation problems when setting ENABLE_DRAG_SUPPORT = FALSE
Expand Down
3 changes: 1 addition & 2 deletions Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp
Expand Up @@ -42,8 +42,7 @@
#include <wtf/gobject/GOwnPtr.h>
#include <wtf/gobject/GlibUtilities.h>

#if OS(LINUX)
#include <sys/prctl.h>
#if OS(UNIX)
#include <sys/socket.h>
#endif

Expand Down

0 comments on commit b3dc1b0

Please sign in to comment.