limine-install: Add _FILE_OFFSET_BITS macro to ensure off_t is 64 bit

This commit is contained in:
mintsuki 2021-01-02 02:16:08 +01:00
parent cdee80d507
commit edbc127ffc
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>