From a049f972ecdb1756a83b1d1959d79b65080afc54 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Aug 2014 12:55:29 +0200 Subject: test/test_rewind: add missing stdlib.h include For EXIT_SUCCESS. --- test/test_rewind.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_rewind.cxx b/test/test_rewind.cxx index fa59b60d7..193eb905f 100644 --- a/test/test_rewind.cxx +++ b/test/test_rewind.cxx @@ -17,6 +17,7 @@ #include #include +#include class StringInputStream final : public InputStream { const char *data; -- cgit v1.2.3