mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
FreeBSD fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef OSX_LARGEFILEWRAPPER_H
|
||||
#define OSX_LARGEFILEWRAPPER_H
|
||||
|
||||
#if defined(__APPLE__) || defined(GEKKO)
|
||||
#if defined(__APPLE__) || defined(GEKKO) || defined(__FreeBSD__)
|
||||
#include <stdio.h>
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user