blob: 8566580cab6447adbce3ec4952a00f5836913321 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base/files/file_path_watcher_kqueue.h.orig 2025-05-07 06:48:23 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>
|