include string.h to silence a warning.

This commit is contained in:
Paul Saab 2000-09-10 01:10:15 +00:00
parent 690a362571
commit 6b9a6703e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65654

View File

@ -65,6 +65,7 @@
* rights to redistribute these changes.
*/
#include <string.h>
#include "stand.h"
struct open_file files[SOPEN_MAX];