diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-22 00:55:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-22 00:55:58 +0100 |
commit | 40afa63992c7ad6e0812fa71f58f9336a04ec0bc (patch) | |
tree | 29fc0e836ea419d8c2fce226cce5f3b941ac2370 /libfshelp-tests | |
parent | e71f88f5af3c14812c8897c884cf34d821d38a26 (diff) | |
download | hurd-40afa63992c7ad6e0812fa71f58f9336a04ec0bc.tar.gz hurd-40afa63992c7ad6e0812fa71f58f9336a04ec0bc.tar.bz2 hurd-40afa63992c7ad6e0812fa71f58f9336a04ec0bc.zip |
libfshelp-tests: Fix warning
* libfshelp-tests/race.c: Include <stdlib.h>
Diffstat (limited to 'libfshelp-tests')
-rw-r--r-- | libfshelp-tests/race.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp-tests/race.c b/libfshelp-tests/race.c index a1d398ab..f44ef624 100644 --- a/libfshelp-tests/race.c +++ b/libfshelp-tests/race.c @@ -21,6 +21,7 @@ #include <error.h> #include <fcntl.h> #include <unistd.h> +#include <stdlib.h> #include "fs_U.h" #include <hurd.h> #include "io_U.h" |