mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 08:55:57 +02:00
Closes: https://github.com/gentoo/gentoo/pull/34871 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
13 lines
292 B
Diff
13 lines
292 B
Diff
--- kBuild-0.1.9998-pre20120806/src/sed/lib/utils.c
|
|
+++ kBuild-0.1.9998-pre20120806/src/sed/lib/utils.c
|
|
@@ -35,6 +35,10 @@
|
|
# include <stdlib.h>
|
|
#endif /* HAVE_STDLIB_H */
|
|
|
|
+#ifdef HAVE_UNISTD_H
|
|
+# include <unistd.h>
|
|
+#endif /* HAVE_UNISTD_H */
|
|
+
|
|
#include "utils.h"
|
|
|
|
const char *myname;
|