xbps_show_pkg_info(): use humanize_number().

--HG--
extra : convert_revision : e1c903e76d6d5b6501c8893b6d14e23e5b395e58
This commit is contained in:
Juan RP 2008-12-22 07:09:04 +01:00
parent 1105f4f278
commit d10d9e824c
4 changed files with 54 additions and 9 deletions

View file

@ -48,4 +48,7 @@
/* SHA256 implementation */
#include "sha256.h"
/* NetBSD humanize_number() */
#include "humanize_number.h"
#endif /* !_XBPS_API_H_ */