Use <unistd.h> to declare the prototype for ftruncate().

Obtained from:	elftoolchain
MFC after:		1 month
This commit is contained in:
Kai Wang 2010-07-21 09:33:45 +00:00
parent c0308c2c84
commit f44d4dafb4

View File

@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
#include <ar.h>
#include <ctype.h>
#include <libelf.h>
#include <unistd.h>
#include "_libelf.h"