Skip to content

Commit 2e6188e

Browse files
committed
fix #include of project header
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 624ae1d commit 2e6188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#if __has_include(<pthread/workqueue_private.h>)
4343
#include <pthread/workqueue_private.h>
4444
#elif DISPATCH_USE_INTERNAL_WORKQUEUE
45-
#include <event/workqueue_internal.h>
45+
#include "event/workqueue_internal.h"
4646
#else
4747
#include <pthread_workqueue.h>
4848
#endif

0 commit comments

Comments
 (0)