Patch by Thomas Bernard to fix compilation on FreeBSD.

Thanks!

Fixes #50.


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2173 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2017-01-03 18:25:35 +00:00
parent 0eaf3fce96
commit 9c6f343215
5 changed files with 14 additions and 6 deletions

View File

@@ -36,7 +36,7 @@
#import <corefoundation/corefoundation.h>
#import <sys/param.h>
#elif defined(__FreeBSD__)
#import <sys/param.h>
#include <sys/param.h>
#elif defined(__MINT__)
#include <mint/osbind.h>
#include <mint/sysbind.h>