mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
12 lines
366 B
C
12 lines
366 B
C
--- ./src/3rdparty/webkit/Source/WebCore/page/Page.h.orig 2015-05-07 16:14:46.000000000 +0200
|
|
+++ ./src/3rdparty/webkit/Source/WebCore/page/Page.h 2019-03-22 13:54:51.732540000 +0200
|
|
@@ -29,7 +29,7 @@
|
|
#include <wtf/HashSet.h>
|
|
#include <wtf/Noncopyable.h>
|
|
|
|
-#if OS(SOLARIS)
|
|
+#if OS(FREEBSD) || OS(SOLARIS)
|
|
#include <sys/time.h> // For time_t structure.
|
|
#endif
|
|
|