diff options
author | Paul Saab <ps@FreeBSD.org> | 2000-09-10 01:10:15 +0000 |
---|---|---|
committer | Paul Saab <ps@FreeBSD.org> | 2000-09-10 01:10:15 +0000 |
commit | 6b9a6703e9081eaddc060d6948b89ed4afec6062 (patch) | |
tree | 1b435b2fe4be72d0836aab3f85e2bcf6109125ee | |
parent | 690a362571440700bda062724ebfc59e07732bb2 (diff) |
Notes
-rw-r--r-- | lib/libstand/open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/open.c b/lib/libstand/open.c index 471f93745f01a..7bd8254e4bbb1 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]; |