FreeBSD fixes

This commit is contained in:
2016-10-27 15:44:50 -08:00
parent 39c1e735e2
commit 31f259c1e1
5 changed files with 5 additions and 5 deletions

View File

@@ -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" {