Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use bsd_compat.h to provide faccessat().
Landon Fuller committed 11 years ago
commit bbece3bfbb58f567e66e675e7596b06fa0b3c52e
parent 84bed88
1 file changed +2 -0
modified libpkg/pkg_create.c
@@ -33,6 +33,8 @@
#include <regex.h>
#include <fcntl.h>

+
#include <bsd_compat.h>
+

#include "pkg.h"
#include "private/event.h"
#include "private/pkg.h"