aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h
blob: d5712de7a3892be5110b43385e2a90984d93c841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/files/file_path_watcher_kqueue.h.orig	2019-03-11 22:00:51 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>