Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing headers
Baptiste Daroussin committed 6 years ago
commit b1c00c62ed7b6c78d7a980181f471a0e7ac74928
parent 5873340
1 file changed +5 -0
modified libpkg/lua_scripts.c
@@ -30,6 +30,10 @@
#include <sys/procctl.h>
#endif

+
#ifdef HAVE_CAPSICUM
+
#include <sys/capsicum.h>
+
#endif
+

#include <sys/types.h>
#include <sys/wait.h>

@@ -40,6 +44,7 @@
#include <lualib.h>
#include <lfs.h>
#include <fcntl.h>
+
#include <err.h>

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