compile on FreeBSD

This commit is contained in:
fstd 2016-01-23 05:21:32 +01:00
parent ee7b703453
commit a1db7da9ca
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#include "io.h"
#include "stripgfx.h"
#if defined(__MACH__) || defined(__NetBSD__)
#if defined(__MACH__) || defined(__FreeBSD__) || defined(__NetBSD__)
typedef void (*sighandler_t)(int);
#endif