diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-11-03 10:40:24 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-11-09 09:17:00 +0100 |
commit | 06760f5cb069bdc041af7a0e73c9d5fc08741f28 (patch) | |
tree | bbdcc425a386a864ada5d80257d6ef14871176dc /test/utils.c | |
parent | cbd88a9416d9b33e6589e3f857ee839559a7e4de (diff) |
test: Cleanup includes
All the tests are linked to libutil, hence it makes sence to always
include utils.h and reuse what it provides (config.h inclusion, access
to private pixman APIs, ARRAY_LENGTH, ...).
Diffstat (limited to 'test/utils.c')
-rw-r--r-- | test/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils.c b/test/utils.c index adabd75..204066f 100644 --- a/test/utils.c +++ b/test/utils.c @@ -2,6 +2,7 @@ #include "utils.h" #include <signal.h> +#include <stdlib.h> #ifdef HAVE_GETTIMEOFDAY #include <sys/time.h> |