FreeBSD: include libutil.h

Signed-off-by: jimzah <me@james.ac>
This commit is contained in:
jimzah
2025-09-20 12:57:49 +01:00
parent d4fa52272b
commit c94276a714

View File

@@ -34,6 +34,8 @@
#include <termios.h>
#if defined(__linux__)
#include <pty.h>
#elif defined(__FreeBSD__)
#include<libutil.h>
#else
#include <util.h>
#endif