Commit a049f972 authored by Max Kellermann's avatar Max Kellermann

test/test_rewind: add missing stdlib.h include

For EXIT_SUCCESS.
parent 069895d2
......@@ -17,6 +17,7 @@
#include <string>
#include <string.h>
#include <stdlib.h>
class StringInputStream final : public InputStream {
const char *data;
......
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