diff options
| author | aura <nw@moneybot.cc> | 2026-03-16 10:15:01 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-16 10:15:01 +0100 |
| commit | fdc5e8760fb7ac0af8e7ebb98a2076db15e31082 (patch) | |
| tree | c94991e1e594c7703295aa413caf40786f343c1f /src/util/file.h | |
| parent | e2829336cfedb39d23263f75b61ed969c8193534 (diff) | |
giga refactor, fix ALL the leaks
Diffstat (limited to 'src/util/file.h')
| -rw-r--r-- | src/util/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/file.h b/src/util/file.h index e19a390..769d8b7 100644 --- a/src/util/file.h +++ b/src/util/file.h @@ -1,7 +1,7 @@ #pragma once -#include <cstdlib> -#include <cstring> +#include <stdlib.h> +#include <string.h> #include <stdio.h> #include <dirent.h> #include <sys/stat.h> |
