Commit 360274a6 authored by Max Kellermann's avatar Max Kellermann

test/WriteFile: add missing include for EXIT_{SUCCESS,FAILURE}

parent 07228ff5
...@@ -24,7 +24,9 @@ ...@@ -24,7 +24,9 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stdlib.h>
static bool static bool
Copy(OutputStream &dest, int src) Copy(OutputStream &dest, int src)
......
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