mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
- fix detect gettimeofday - fix "unlink" and "string functions" in "sed" PR: 281190 Reported by: exp-run (antoine)
11 lines
268 B
C
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"
|
|
|