libctf: add some missing #includes.

Causes warnings on (at least) recent FreeBSD.

libctf/
	* ctf-create.c: Include <unistd.h>.
	* ctf-open-bfd.c: Likewise.
This commit is contained in:
Nick Alcock 2019-12-16 11:38:57 +00:00
parent e755667f94
commit c1401ecc29
3 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <sys/param.h>
#include <assert.h>
#include <string.h>
#include <unistd.h>
#include <zlib.h>
#ifndef roundup