Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by tzar ( 12 years ago )
--- base/platform_file.h 2012-05-23 05:50:14.000000000 +0400
+++ base/platform_file.h 2012-06-06 13:17:29.000000000 +0400
@@ -12,6 +12,7 @@
 #endif
 
 #include <string>
+#include <unistd.h>
 
 #include "base/base_export.h"
 #include "base/basictypes.h"

--- chrome/browser/notifications/notification_object_proxy.h 2012-05-23 05:50:29.000000000 +0400
+++ chrome/browser/notifications/notification_object_proxy.h 2012-06-06 12:26:24.000000000 +0400
@@ -6,6 +6,8 @@
 #define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_OBJECT_PROXY_H_
 #pragma once
 
+
+#include <unistd.h>
 #include <string>
 
 #include "chrome/browser/notifications/notification_delegate.h"

--- chrome/browser/policy/policy_path_parser.h 2012-05-23 05:50:25.000000000 +0400
+++ chrome/browser/policy/policy_path_parser.h 2012-06-06 12:30:10.000000000 +0400
@@ -7,6 +7,7 @@
 #pragma once
 
 #include <string>
+#include <unistd.h>
 
 #include "base/file_path.h"
 

--- ipc/ipc_channel.h 2012-05-23 05:50:14.000000000 +0400
+++ ipc/ipc_channel.h 2012-06-06 12:34:16.000000000 +0400
@@ -7,6 +7,7 @@
 #pragma once
 
 #include <string>
+#include <unistd.h>
 
 #include "base/compiler_specific.h"
 #include "ipc/ipc_channel_handle.h"

--- seccompsandbox/library.h 2012-05-23 05:51:11.000000000 +0400
+++ seccompsandbox/library.h 2012-06-06 13:08:09.000000000 +0400
@@ -12,6 +12,7 @@
 #include <string>
 #include <string.h>
 #include <sys/mman.h>
+#include <unistd.h>
 
 #include "maps.h"

 

Revise this Paste

Your Name: Code Language: