diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-25 14:10:52 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 13:59:52 -0700 |
commit | f9c3227975e02a576c039e55a2d775dd9d691e03 (patch) | |
tree | 57a6cfe016cd6f0e77eabeae9f00ad2823df349c /core/import-csv.c | |
parent | 2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5 (diff) | |
download | subsurface-f9c3227975e02a576c039e55a2d775dd9d691e03.tar.gz |
cleanup: remove system includes from dive.c
Let the various source files include the system headers they need
themselves.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/import-csv.c')
-rw-r--r-- | core/import-csv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/import-csv.c b/core/import-csv.c index 5bdcfd989..4775b7c58 100644 --- a/core/import-csv.c +++ b/core/import-csv.c @@ -1,4 +1,5 @@ #include <unistd.h> +#include <stdlib.h> #include <errno.h> #include <libdivecomputer/parser.h> |