blob: 66c896989c94dcf21fa3cee6c1c49d0d2799cf30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/ephy-sync-utils.c.orig 2024-10-22 19:17:50 UTC
+++ lib/ephy-sync-utils.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#include <string.h>
#include <webkit/webkit.h>
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD__)
#include <sys/random.h>
#elif defined(__FreeBSD__) || defined(__OpenBSD__)
#include <unistd.h>
|