blob: 889fbe8c8aedb92a6529fcd2448761a66a3101d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- base/files/file_path_watcher_kqueue.h.orig 2014-10-10 09:15:29 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 <vector>
|