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

This commit is contained in:
Amaury Forgeot d'Arc 2010-10-05 22:15:37 +00:00
parent c08d9070db
commit 90774dd47b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
*/ */
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#define BADEXIT -1 #define BADEXIT -1