Fix more compile warnings

This commit is contained in:
Jasmine Iwanek
2025-10-20 23:46:23 -04:00
parent c5c93ab90b
commit cff55b210c
3 changed files with 6 additions and 4 deletions

View File

@@ -22,7 +22,9 @@
#include <stdint.h>
#include <stdlib.h>
#define __USE_LARGEFILE64
#ifndef __USE_LARGEFILE64
#define __USE_LARGEFILE64 1
#endif
#include <sys/types.h>
#if (defined(__HAIKU__) || defined(__unix__) || defined(__APPLE__)) && !defined(__linux__)