mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
include pty.h only on linux
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include <uwsgi.h>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#endif
|
||||
#include <utmp.h>
|
||||
|
||||
extern struct uwsgi_server uwsgi;
|
||||
|
||||
Reference in New Issue
Block a user