diff options
Diffstat (limited to 'include/bsd/stdlib.h')
-rw-r--r-- | include/bsd/stdlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h index 8e885f6..217a416 100644 --- a/include/bsd/stdlib.h +++ b/include/bsd/stdlib.h @@ -48,9 +48,14 @@ /* FIXME: Temporary inclusions to avoid API breakage, will be removed soon. */ #ifndef LIBBSD_DISABLE_DEPRECATED +#ifdef LIBBSD_OVERLAY +#include <stdio.h> +#include <unistd.h> +#else #include <bsd/stdio.h> #include <bsd/unistd.h> #endif +#endif __BEGIN_DECLS u_int32_t arc4random(); |