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

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