fixup broken builds for macos from PR #499

This commit is contained in:
Aron Heinecke
2023-07-13 23:39:03 +02:00
parent 9d4b195640
commit 7da85a983e
+1
View File
@@ -29,6 +29,7 @@ use std::thread;
bitflags::bitflags! {
#[repr(C)]
#[derive(Debug)]
struct StreamFlags: u32 {
const NONE = fs::kFSEventStreamEventFlagNone;
const MUST_SCAN_SUBDIRS = fs::kFSEventStreamEventFlagMustScanSubDirs;