mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-20 09:50:28 +00:00
feature/freebsd-support-one: main freebsd adjustments
This commit is contained in:
@ -17,6 +17,11 @@
|
||||
|
||||
#include "events.h"
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
extern char **environ;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
enum class PluginEventSifterResult {
|
||||
Accept,
|
||||
|
Reference in New Issue
Block a user