BUILD/MINOR: silent a build warning in src/pipe.c (fcntl)
This commit is contained in:
parent
bd9a0a7781
commit
9ed560e964
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <common/config.h>
|
||||
#include <common/memory.h>
|
||||
|
|
Loading…
Reference in New Issue