mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
Addressing compile errors with gcc-14 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
248 B
Diff
11 lines
248 B
Diff
--- a/main.c
|
|
+++ b/main.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <unistd.h>
|
|
#if defined(__linux__) || defined(__CYGWIN__)
|
|
#include <pty.h>
|
|
+#include <utmp.h>
|
|
#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
|
|
#include <util.h>
|
|
#else
|