aboutsummaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-base_files_file__path__watcher__kqueue.h
blob: 78060fe54644bb395122242a662797e51140ca06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/files/file_path_watcher_kqueue.h.orig	2019-12-12 12:38:58 UTC
+++ base/files/file_path_watcher_kqueue.h
@@ -5,6 +5,10 @@
 #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
 #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
 
+#ifdef __FreeBSD__
+#include <sys/stdint.h>
+#include <sys/types.h>
+#endif
 #include <sys/event.h>
 
 #include <memory>