mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +00:00
[posix] NetBSD is also missing util.h (#4651)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#if OPENTHREAD_CONFIG_POSIX_APP_ENABLE_PTY_DEVICE
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__NetBSD__)
|
||||
#include <util.h>
|
||||
#else
|
||||
#include <pty.h>
|
||||
|
||||
Reference in New Issue
Block a user