mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 21:21:53 +00:00
added pty support to OpenBSD
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#include <uwsgi.h>
|
||||
#ifdef __linux__
|
||||
#include <pty.h>
|
||||
#elif defined(__APPLE__)
|
||||
#elif defined(__APPLE__) || defined(__OpenBSD__)
|
||||
#include <util.h>
|
||||
#endif
|
||||
#include <utmp.h>
|
||||
|
||||
Reference in New Issue
Block a user