diff options
author | Max Kellermann <max@duempel.org> | 2013-11-11 08:17:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-11 08:20:09 +0100 |
commit | 287c70e3611022ff40c673feeef71eecd79beea8 (patch) | |
tree | 1e487a32f0b702b2fad93c35670947b649e16ae9 /test/run_convert.cxx | |
parent | f6b44af9988d0287b6f4974ba9daab57f6298ed2 (diff) |
filter/route, ...: add missing stdlib.h includes
Diffstat (limited to 'test/run_convert.cxx')
-rw-r--r-- | test/run_convert.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_convert.cxx b/test/run_convert.cxx index ca55bcc0b..0e873a3b3 100644 --- a/test/run_convert.cxx +++ b/test/run_convert.cxx @@ -36,6 +36,7 @@ #include <assert.h> #include <stddef.h> +#include <stdlib.h> #include <unistd.h> static void |