diff --git a/module.modulemap b/module.modulemap index b74388c..b34c7c9 100644 --- a/module.modulemap +++ b/module.modulemap @@ -1,5 +1,5 @@ module KQueue [system] { - header "/usr/local/include/kqueue/sys/event.h" + header "/usr/include/sys/event.h" link "kqueue" export * -} \ No newline at end of file +}