Include the correct deprecated headeres when using the overlay

This commit is contained in:
Guillem Jover
2011-05-28 10:39:54 +02:00
parent 913cdd91b1
commit 0bf3d3913f
6 changed files with 25 additions and 0 deletions

View File

@@ -38,8 +38,12 @@
#ifndef LIBBSD_DISABLE_DEPRECATED
/* FIXME: Temporary inclusion to avoid API breakage, will be removed soon. */
#ifdef LIBBSD_OVERLAY
#include <stdio.h>
#else
#include <bsd/stdio.h>
#endif
#endif
__BEGIN_DECLS
size_t strlcpy(char *dst, const char *src, size_t siz);