Skip to content

Commit cd3359c

Browse files
committed
Merge pull request #882 from 6e441f9c/fix-uv-include
Fix include path to uv.h in Julia build.
2 parents 916dffd + 89396b5 commit cd3359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/ios.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <stdarg.h>
55
#include <pthread.h>
6-
#include "../../usr/include/uv.h"
6+
#include "../../deps/libuv/include/uv.h"
77

88
// this flag controls when data actually moves out to the underlying I/O
99
// channel. memory streams are a special case of this where the data

0 commit comments

Comments
 (0)