diff options
Diffstat (limited to 'devel/electron37/files/patch-base_files_file__path__watcher__kqueue.h')
-rw-r--r-- | devel/electron37/files/patch-base_files_file__path__watcher__kqueue.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-base_files_file__path__watcher__kqueue.h b/devel/electron37/files/patch-base_files_file__path__watcher__kqueue.h new file mode 100644 index 000000000000..821858b75711 --- /dev/null +++ b/devel/electron37/files/patch-base_files_file__path__watcher__kqueue.h @@ -0,0 +1,10 @@ +--- base/files/file_path_watcher_kqueue.h.orig 2022-02-07 13:39:41 UTC ++++ base/files/file_path_watcher_kqueue.h +@@ -5,6 +5,7 @@ + #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ + #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ + ++#include <sys/time.h> + #include <sys/event.h> + + #include <memory> |