diff options
Diffstat (limited to 'src/internal/perk_dprintf_impl.c')
-rw-r--r-- | src/internal/perk_dprintf_impl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/internal/perk_dprintf_impl.c b/src/internal/perk_dprintf_impl.c index 30d3d11..8e834e4 100644 --- a/src/internal/perk_dprintf_impl.c +++ b/src/internal/perk_dprintf_impl.c @@ -4,7 +4,9 @@ #include <unistd.h> #include <errno.h> -int pe_dprintf(int fd, const char * fmt, ...) +#include "perk_visibility_impl.h" + +perk_hidden int pe_dprintf(int fd, const char * fmt, ...) { int ret; int cnt; |