database: include POSIX header for ST_* defines

cute-signatures
A. Wilcox 2017-06-25 19:14:27 -05:00 committed by William Pitcock
parent 1a52c1e4bd
commit 13747fab83
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/statvfs.h>
#include <linux/magic.h>
#include "apk_defines.h"