include header file for prevent build error
authorhyun lee <hyunn.lee@samsung.com>
Wed, 24 Jul 2013 14:04:58 +0000 (23:04 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Wed, 24 Jul 2013 14:04:58 +0000 (23:04 +0900)
Change-Id: Iffb3149397c7b8660ef8d8d0e5248ba7e4ff3ff6
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrlGeolocationPermissionManager.cpp
src/controls/FWebCtrlWebStorageManager.cpp

index d30dc34..d85ced9 100755 (executable)
@@ -21,6 +21,7 @@
  *
  * The file contains the definition of GeolocationPermissionManager class.
  */
+#include <pthread.h>
 #include <unique_ptr.h>
 #include <FBaseColIList.h>
 #include <FBaseSysLog.h>
index c0d43af..518f66e 100755 (executable)
@@ -21,6 +21,7 @@
  *
  * The file contains the definition of FWebCtrlWebStorageManager class.
  */
+#include <pthread.h>
 #include <unique_ptr.h>
 #include <FBaseColIList.h>
 #include <FBaseSysLog.h>