Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use compatibility shims for humanize_number()
Landon Fuller committed 11 years ago
commit afe520b25cccf8eb2da676e94875955def753a3f
parent aa249ef
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"