summaryrefslogtreecommitdiffstats
path: root/lib/libstand/open.c
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-09-10 01:10:15 +0000
committerps <ps@FreeBSD.org>2000-09-10 01:10:15 +0000
commit09651960290cd84addb1d49a5c2661d04dbeac09 (patch)
tree46e410f8eaebf3b13557842886bbb1f1877786b8 /lib/libstand/open.c
parente4a753d311d3ef724f8ce4a78b516298b793fa69 (diff)
downloadFreeBSD-src-09651960290cd84addb1d49a5c2661d04dbeac09.zip
FreeBSD-src-09651960290cd84addb1d49a5c2661d04dbeac09.tar.gz
include string.h to silence a warning.
Diffstat (limited to 'lib/libstand/open.c')
-rw-r--r--lib/libstand/open.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/open.c b/lib/libstand/open.c
index 471f937..7bd8254 100644
--- a/lib/libstand/open.c
+++ b/lib/libstand/open.c
@@ -65,6 +65,7 @@
* rights to redistribute these changes.
*/
+#include <string.h>
#include "stand.h"
struct open_file files[SOPEN_MAX];
OpenPOWER on IntegriCloud