Fix debug build after clean reset

This commit is contained in:
Moe Charm (CI)
2025-12-05 20:43:14 +09:00
parent 4c986fa9d1
commit 3e1d7c3798
6 changed files with 41 additions and 6 deletions

View File

@ -16,6 +16,7 @@
#define HAKMEM_ENV_CACHE_H
#include <stdlib.h> // getenv()
#include <stdio.h> // fprintf, stderr
#include <string.h> // strcmp()
// ============================================================================