Commit 90774dd4 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

#9060 Let platforms without dup2() compile the replacement fonction without error.

parent c08d9070
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
*/ */
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#define BADEXIT -1 #define BADEXIT -1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment