mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
added OSX support for the pty plugin
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include <uwsgi.h>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#elif defined(__APPLE__)
|
||||
#include <util.h>
|
||||
#endif
|
||||
#include <utmp.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user