Skip to content

Commit

Permalink
refactor: added macOS include file
Browse files Browse the repository at this point in the history
MacOS supports util.h as well
jeans authored and yarrick committed May 14, 2024
1 parent 1cc1536 commit 8e1a247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ports/unix/port/netif/sio.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 8e1a247

Please sign in to comment.