refactor: added macOS include file

MacOS supports util.h as well
This commit is contained in:
jeans 2024-04-27 01:06:37 -06:00 committed by Erik Ekman
parent 1cc1536e6a
commit 8e1a247c1f

View File

@ -35,7 +35,7 @@
#include <stdlib.h>
#include <stdio.h>
#if defined(LWIP_UNIX_OPENBSD)
#if defined(LWIP_UNIX_OPENBSD) || defined(LWIP_UNIX_MACH)
#include <util.h>
#endif
#include <termios.h>