header fix for linux

This commit is contained in:
2025-08-10 03:22:10 +03:00
parent d04aac567f
commit a097d5aff9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#define _LARGEFILE64_SOURCE 1
#include "tlibc/filesystem.h"
#if TLIBC_FS_USE_WINDOWS_H
#include <windows.h>