test/WriteFile: add missing include for EXIT_{SUCCESS,FAILURE}
This commit is contained in:
parent
07228ff56a
commit
360274a6e9
|
@ -24,7 +24,9 @@
|
|||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static bool
|
||||
Copy(OutputStream &dest, int src)
|
||||
|
|
Loading…
Reference in New Issue