Skip to content

Commit

Permalink
Merge pull request #15 from kuta42/patch-1
Browse files Browse the repository at this point in the history
Fix to compile with g++ 4.7
  • Loading branch information
SravanKumar S committed Sep 18, 2012
2 parents 89f3b1b + 289444a commit 033994c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/platform/webos/LunaServiceMgr.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#include "config.h"
#if ENABLE(PALM_SERVICE_BRIDGE)
#include "LunaServiceMgr.h"

#include <unistd.h>
#include "PlatformString.h"
#include <glib.h>
#include <lunaservice.h>
Expand Down

0 comments on commit 033994c

Please sign in to comment.