summaryrefslogtreecommitdiff
path: root/include/bsd/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsd/stdlib.h')
-rw-r--r--include/bsd/stdlib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h
index e2a678a..cec5a28 100644
--- a/include/bsd/stdlib.h
+++ b/include/bsd/stdlib.h
@@ -37,7 +37,8 @@
/* For compatibility with NetBSD, which defines humanize_number here. */
#include <libutil.h>
-/* FIXME: Temporary inclusion to avoid API breakage, will be removed soon. */
+/* FIXME: Temporary inclusions to avoid API breakage, will be removed soon. */
+#include <bsd/stdio.h>
#include <bsd/unistd.h>
__BEGIN_DECLS
@@ -47,8 +48,6 @@ void arc4random_addrandom(u_char *dat, int datlen);
int dehumanize_number(const char *str, int64_t *size);
-const char *fmtcheck (const char *, const char *);
-
char *getprogname ();
void setprogname (char *);