diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/libply/ply-logger.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libply/ply-logger.h b/src/libply/ply-logger.h index bfd53e7..ad62236 100644 --- a/src/libply/ply-logger.h +++ b/src/libply/ply-logger.h @@ -20,6 +20,7 @@ #ifndef PLY_LOGGER_H #define PLY_LOGGER_H +#include <errno.h> #include <stdbool.h> #include <stdint.h> #include <string.h> @@ -72,8 +73,6 @@ bool ply_logger_is_tracing_enabled (ply_logger_t *logger); #define ply_logger_trace(logger, format, args...) \ do \ { \ - static const char *_function_suffix = ""; \ - const char *_function_name = ""; \ double _timestamp; \ pid_t _pid; \ int _old_errno; \ |
