Skip to content

Commit

Permalink
Merge pull request #882 from 6e441f9c/fix-uv-include
Browse files Browse the repository at this point in the history
Fix include path to uv.h in Julia build.
  • Loading branch information
Keno committed May 27, 2012
2 parents 916dffd + 89396b5 commit cd3359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/ios.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdarg.h>
#include <pthread.h>
#include "../../usr/include/uv.h"
#include "../../deps/libuv/include/uv.h"

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

0 comments on commit cd3359c

Please sign in to comment.