diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-21 20:56:52 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-21 20:56:52 -0400 |
| commit | a5e153d8558a43fbdc78f5b9fdaff426feea4654 (patch) | |
| tree | c35d2fb6770cc9975467da7731533a090ac8b447 /pit/src/utils.c | |
| parent | 88f0059c7e8e7680e39611e865b0356bc510adc8 (diff) | |
pit: Backtraces
Diffstat (limited to 'pit/src/utils.c')
| -rw-r--r-- | pit/src/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pit/src/utils.c b/pit/src/utils.c index 75d59a6..a1716b1 100644 --- a/pit/src/utils.c +++ b/pit/src/utils.c @@ -1,4 +1,5 @@ #include <lcq/pit/utils.h> +#include <stdio.h> enum vsnprintf_mode { VSNPRINTF_MODE_NORMAL, |
