Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use compatibility shims for humanize_number()
Landon Fuller committed 11 years ago
commit afe520b25cccf8eb2da676e94875955def753a3f
parent aa249efbb8de00146422fa0a4dac90d9d4b77ff9
1 file changed +4 -0
modified src/event.c
@@ -46,7 +46,11 @@
#include <unistd.h>
#include <errno.h>
#include <signal.h>
+
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
+
#endif
+

+
#include <bsd_compat.h>

#include "pkg.h"
#include "pkgcli.h"