diff options
Diffstat (limited to 'src/internal/slibtool_dprintf_impl.h')
-rw-r--r-- | src/internal/slibtool_dprintf_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/slibtool_dprintf_impl.h b/src/internal/slibtool_dprintf_impl.h index b223f8a..c99c4b1 100644 --- a/src/internal/slibtool_dprintf_impl.h +++ b/src/internal/slibtool_dprintf_impl.h @@ -1,6 +1,10 @@ #ifndef SLIBTOOL_DPRINTF_IMPL_H #define SLIBTOOL_DPRINTF_IMPL_H +#ifdef ARGV_DRIVER +#define argv_dprintf slbt_dprintf +#endif + int slbt_dprintf(int fd, const char * fmt, ...); #endif |