xbps-fbulk: needs fcntl.h too.

This commit is contained in:
Juan RP 2015-05-28 09:20:15 +02:00
parent 18d4ee73ac
commit c4184e64b0

View File

@ -56,6 +56,7 @@
#include <libgen.h>
#include <limits.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/stat.h>
#define _BSD_SOURCE