Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing headers needed by geteuid()
Marin Atanasov Nikolov committed 15 years ago
commit 991f5d825c1dc5ac0e3fc6390ba4c59fbfd9873d
parent 6c805f9
2 files changed +4 -0
modified pkg/add.c
@@ -1,3 +1,5 @@
+
#include <sys/types.h>
+

#include <err.h>
#include <libgen.h>
#include <stdbool.h>
modified pkg/delete.c
@@ -1,3 +1,5 @@
+
#include <sys/types.h>
+

#include <err.h>
#include <stdio.h>
#include <sysexits.h>