ports/devel/kBuild/files/patch-src_sed_lib_utils.h
Vladimir Druzenko 59df34eab5 devel/kBuild: fix build with GCC14
- fix detect gettimeofday
- fix "unlink" and "string functions" in "sed"

PR:		281190
Reported by:	exp-run (antoine)
2024-09-13 01:50:33 +03:00

11 lines
268 B
C

--- src/sed/lib/utils.h.orig 2017-07-18 19:08:55 UTC
+++ src/sed/lib/utils.h
@@ -17,6 +17,8 @@
Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
#include "basicdefs.h"