1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-20 10:13:17 +00:00

Updated for OpenBSD

This commit is contained in:
Bryan Roe
2021-08-30 12:06:36 -07:00
parent b496e192d9
commit 67a949207f
5 changed files with 43 additions and 1 deletions

View File

@@ -42,7 +42,11 @@ limitations under the License.
#include <util.h>
#else
#include <termios.h>
#ifdef _OPENBSD
#include <util.h>
#else
#include <libutil.h>
#endif
#endif
#endif
#endif