Fix building the package with GCC-4.8
authorGrzegorz Rynkowski <g.rynkowski@samsung.com>
Fri, 20 Sep 2013 08:56:28 +0000 (10:56 +0200)
committerHoseon LEE <hoseon46.lee@samsung.com>
Sun, 29 Sep 2013 08:09:31 +0000 (17:09 +0900)
[Problem]      The package cannot be built with gcc-4.8.
[Cause]        Missing #include statements.
[Solution]     Add the missing #include statements.
[Verification] Build package both with current (GCC-4.5) and (GCC-4.8)
               version of compiler.
[SCMRequest]   N/A

Change-Id: Ie6c62621ab29fabd5ededfde2d3b658f17622953

src/view/webkit/view_logic_web_notification_support.cpp

index 1cda2c6..02fc622 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdint.h>
 #include <string>
 #include <map>
+#include <unistd.h>
 #include <dpl/log/secure_log.h>
 #include <dpl/assert.h>
 #include <dpl/exception.h>