blob: de0d413b5207d90813c820342ad13a290ae0e66d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: libc/usr/src/head/string.h
===================================================================
--- libc.orig/usr/src/head/string.h
+++ libc/usr/src/head/string.h
@@ -30,6 +30,7 @@
#define _STRING_H
#include <iso/string_iso.h>
+#include <strings.h>
/*
* Allow global visibility for symbols defined in
|