From 29c4553846b06f75b6396314388b5b07f112f02d Mon Sep 17 00:00:00 2001 From: Michael Sanford Date: Sun, 9 Jul 2017 10:55:58 -0400 Subject: [PATCH] Update module.modulemap --- module.modulemap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}