summarylogtreecommitdiffstats
path: root/time_posix.patch
blob: 9d10c70e7630af8d1c28063110220a9eb1d5f9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*** mozilla-1.9.2/ipc/chromium/src/base/time_posix.cc	2012-03-06 16:45:29.000000000 +0200
--- mozilla-1.9.2/ipc/chromium/src/base/time_posix.cc	2012-05-03 18:32:05.376293760 +0300
***************
*** 8,13 ****
--- 8,14 ----
  #include <mach/mach_time.h>
  #endif
  #include <sys/time.h>
+ #include <unistd.h>
  #include <time.h>
  
  #include <limits>